Html Css Color HEX #BF841C Dark Goldenrod

📋 copy color: '#BF841C'

red 191 ◦ green 132 ◦ blue 28

#BF841C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BF841C

Tints of Dark Goldenrod #BF841C

RGB

 RED value IS 191 (75% from 255) = 54.42%

 GREEN value IS 132 (51.95% from 255) = 37.61%

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 54.42%
G = 37.61%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF841C (or 0xBF841C) is known color: Dark Goldenrod. HEX triplet: BF, 84 and 1C. RGB value is (191,132,28). Sum of RGB (Red+Green+Blue) = 191+132+28=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF841C is #407BE3. Grayscale: #8A8A8A. Windows color (decimal): -4226020 or 1868991. OLE color: 1868991.

HSL color Cylindrical-coordinate representation of color #BF841C: hue angle of 38.28º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF841C is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 132 28 -
CMYK 0 0.31 0.85 0.25
HSL 38.28º 0.74% 0.43% -
HSV(B) 38.28º 0.85% 0.75% -
XYZ 29.95 27.66 4.86 -
YUV 137.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 191 132 28 0 0.31 0.85 0.25 38.28 0.74 0.43
Hex BF 84 1C 0 1F 55 19 26 4A 2B
Octal 277 204 34 0 37 125 31 46 112 53
Binary 10111111 10000100 11100 0 11111 1010101 11001 100110 1001010 101011

Color Harmonies of #BF841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF841C

Black with #BF841C

Text Example


Text Example

White with #BF841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF841C; }

 p { color: rgb(191,132,28); }

 H1.HeaderClassName
 {
   color: #BF841C;
 }
 .AnyTagClassName
 {
   color: #BF841C;
 }
</style>

background-color css

<style>
 a { background-color: #BF841C; }

 a { background-color: rgb(191,132,28); }

 div.DivClassName
 {
   background-color: #BF841C;
 }
 .BgClassName
 {
   background-color: #BF841C;
 }
</style>

border-color css

<style>
 span { border-color: #BF841C; }

 span { border-color: rgb(191,132,28); }

 td.TdClassName
 {
   border-color: #BF841C;
 }
 .TagClassName
 {
   border-color: #BF841C;
 }
</style>