Html Css Color HEX #BF7B10 Dark Goldenrod

📋 copy color: '#BF7B10'

red 191 ◦ green 123 ◦ blue 16

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

Shades of Dark Goldenrod #BF7B10

Tints of Dark Goldenrod #BF7B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.27%

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

R = 57.88%
G = 37.27%
B = 4.85%

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

#BF7B10 (or 0xBF7B10) is known color: Dark Goldenrod. HEX triplet: BF, 7B and 10. RGB value is (191,123,16). Sum of RGB (Red+Green+Blue) = 191+123+16=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7B10 is #4084EF. Grayscale: #838383. Windows color (decimal): -4228336 or 1080255. OLE color: 1080255.

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

Color convert

RGB 191 123 16 -
CMYK 0 0.36 0.92 0.25
HSL 36.69º 0.85% 0.41% -
HSV(B) 36.69º 0.92% 0.75% -
XYZ 28.66 25.28 3.86 -
YUV 131.13 63.03 170.7 -
System Red Green Blue C M Y K H S L
Decimal 191 123 16 0 0.36 0.92 0.25 36.69 0.85 0.41
Hex BF 7B 10 0 24 5C 19 25 55 29
Octal 277 173 20 0 44 134 31 45 125 51
Binary 10111111 1111011 10000 0 100100 1011100 11001 100101 1010101 101001

Color Harmonies of #BF7B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B10

Black with #BF7B10

Text Example


Text Example

White with #BF7B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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