Html Css Color HEX #BF800C Dark Goldenrod

📋 copy color: '#BF800C'

red 191 ◦ green 128 ◦ blue 12

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

Shades of Dark Goldenrod #BF800C

Tints of Dark Goldenrod #BF800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

 BLUE value IS 12 (5.08% from 255) = 3.63%

R = 57.7%
G = 38.67%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF800C (or 0xBF800C) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 0C. RGB value is (191,128,12). Sum of RGB (Red+Green+Blue) = 191+128+12=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF800C is #407FF3. Grayscale: #868686. Windows color (decimal): -4227060 or 819391. OLE color: 819391.

HSL color Cylindrical-coordinate representation of color #BF800C: hue angle of 38.88º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF800C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 128 12 -
CMYK 0 0.33 0.94 0.25
HSL 38.88º 0.88% 0.4% -
HSV(B) 38.88º 0.94% 0.75% -
XYZ 29.27 26.54 3.93 -
YUV 133.61 59.37 168.93 -
System Red Green Blue C M Y K H S L
Decimal 191 128 12 0 0.33 0.94 0.25 38.88 0.88 0.4
Hex BF 80 C 0 21 5E 19 27 58 28
Octal 277 200 14 0 41 136 31 47 130 50
Binary 10111111 10000000 1100 0 100001 1011110 11001 100111 1011000 101000

Color Harmonies of #BF800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF800C

Black with #BF800C

Text Example


Text Example

White with #BF800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF800C; }

 p { color: rgb(191,128,12); }

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

background-color css

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

 a { background-color: rgb(191,128,12); }

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

border-color css

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

 span { border-color: rgb(191,128,12); }

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