Html Css Color HEX #BF7A0B Dark Goldenrod

📋 copy color: '#BF7A0B'

red 191 ◦ green 122 ◦ blue 11

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

Shades of Dark Goldenrod #BF7A0B

Tints of Dark Goldenrod #BF7A0B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.65%

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

R = 58.95%
G = 37.65%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF7A0B (or 0xBF7A0B) is known color: Dark Goldenrod. HEX triplet: BF, 7A and 0B. RGB value is (191,122,11). Sum of RGB (Red+Green+Blue) = 191+122+11=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7A0B is #4085F4. Grayscale: #828282. Windows color (decimal): -4228597 or 752319. OLE color: 752319.

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

Color convert

RGB 191 122 11 -
CMYK 0 0.36 0.94 0.25
HSL 37º 0.89% 0.4% -
HSV(B) 37º 0.94% 0.75% -
XYZ 28.51 25.02 3.64 -
YUV 129.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 191 122 11 0 0.36 0.94 0.25 37 0.89 0.4
Hex BF 7A B 0 24 5E 19 25 59 28
Octal 277 172 13 0 44 136 31 45 131 50
Binary 10111111 1111010 1011 0 100100 1011110 11001 100101 1011001 101000

Color Harmonies of #BF7A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A0B

Black with #BF7A0B

Text Example


Text Example

White with #BF7A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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