Html Css Color HEX #BF7A10 Dark Goldenrod

📋 copy color: '#BF7A10'

red 191 ◦ green 122 ◦ blue 16

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

Shades of Dark Goldenrod #BF7A10

Tints of Dark Goldenrod #BF7A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 58.05%
G = 37.08%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF7A10 (or 0xBF7A10) is known color: Dark Goldenrod. HEX triplet: BF, 7A and 10. RGB value is (191,122,16). Sum of RGB (Red+Green+Blue) = 191+122+16=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7A10 is #4085EF. Grayscale: #838383. Windows color (decimal): -4228592 or 1079999. OLE color: 1079999.

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

Color convert

RGB 191 122 16 -
CMYK 0 0.36 0.92 0.25
HSL 36.34º 0.85% 0.41% -
HSV(B) 36.34º 0.92% 0.75% -
XYZ 28.54 25.03 3.82 -
YUV 130.55 63.36 171.12 -
System Red Green Blue C M Y K H S L
Decimal 191 122 16 0 0.36 0.92 0.25 36.34 0.85 0.41
Hex BF 7A 10 0 24 5C 19 24 55 29
Octal 277 172 20 0 44 134 31 44 125 51
Binary 10111111 1111010 10000 0 100100 1011100 11001 100100 1010101 101001

Color Harmonies of #BF7A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A10

Black with #BF7A10

Text Example


Text Example

White with #BF7A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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