Html Css Color HEX #BF7A12 Dark Goldenrod

📋 copy color: '#BF7A12'

red 191 ◦ green 122 ◦ blue 18

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

Shades of Dark Goldenrod #BF7A12

Tints of Dark Goldenrod #BF7A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.44%

R = 57.7%
G = 36.86%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF7A12 (or 0xBF7A12) is known color: Dark Goldenrod. HEX triplet: BF, 7A and 12. RGB value is (191,122,18). Sum of RGB (Red+Green+Blue) = 191+122+18=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7A12 is #4085ED. Grayscale: #838383. Windows color (decimal): -4228590 or 1211071. OLE color: 1211071.

HSL color Cylindrical-coordinate representation of color #BF7A12: hue angle of 36.07º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF7A12 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 122 18 -
CMYK 0 0.36 0.91 0.25
HSL 36.07º 0.83% 0.41% -
HSV(B) 36.07º 0.91% 0.75% -
XYZ 28.55 25.04 3.9 -
YUV 130.78 64.36 170.96 -
System Red Green Blue C M Y K H S L
Decimal 191 122 18 0 0.36 0.91 0.25 36.07 0.83 0.41
Hex BF 7A 12 0 24 5B 19 24 53 29
Octal 277 172 22 0 44 133 31 44 123 51
Binary 10111111 1111010 10010 0 100100 1011011 11001 100100 1010011 101001

Color Harmonies of #BF7A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A12

Black with #BF7A12

Text Example


Text Example

White with #BF7A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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