Html Css Color HEX #BF8C0B Dark Goldenrod

📋 copy color: '#BF8C0B'

red 191 ◦ green 140 ◦ blue 11

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

Shades of Dark Goldenrod #BF8C0B

Tints of Dark Goldenrod #BF8C0B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.94%

 BLUE value IS 11 (4.69% from 255) = 3.22%

R = 55.85%
G = 40.94%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF8C0B (or 0xBF8C0B) is known color: Dark Goldenrod. HEX triplet: BF, 8C and 0B. RGB value is (191,140,11). Sum of RGB (Red+Green+Blue) = 191+140+11=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8C0B is #4073F4. Grayscale: #8D8D8D. Windows color (decimal): -4223989 or 756927. OLE color: 756927.

HSL color Cylindrical-coordinate representation of color #BF8C0B: hue angle of 43º degrees, saturation: 0.89, 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 #BF8C0B is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 140 11 -
CMYK 0 0.27 0.94 0.25
HSL 43º 0.89% 0.4% -
HSV(B) 43º 0.94% 0.75% -
XYZ 30.92 29.86 4.45 -
YUV 140.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 191 140 11 0 0.27 0.94 0.25 43 0.89 0.4
Hex BF 8C B 0 1B 5E 19 2B 59 28
Octal 277 214 13 0 33 136 31 53 131 50
Binary 10111111 10001100 1011 0 11011 1011110 11001 101011 1011001 101000

Color Harmonies of #BF8C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C0B

Black with #BF8C0B

Text Example


Text Example

White with #BF8C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C0B; }

 p { color: rgb(191,140,11); }

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

background-color css

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

 a { background-color: rgb(191,140,11); }

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

border-color css

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

 span { border-color: rgb(191,140,11); }

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