Html Css Color HEX #BF7B16 Dark Goldenrod

📋 copy color: '#BF7B16'

red 191 ◦ green 123 ◦ blue 22

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

Shades of Dark Goldenrod #BF7B16

Tints of Dark Goldenrod #BF7B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 56.85%
G = 36.61%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF7B16 (or 0xBF7B16) is known color: Dark Goldenrod. HEX triplet: BF, 7B and 16. RGB value is (191,123,22). Sum of RGB (Red+Green+Blue) = 191+123+22=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7B16 is #4084E9. Grayscale: #848484. Windows color (decimal): -4228330 or 1473471. OLE color: 1473471.

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

Color convert

RGB 191 123 22 -
CMYK 0 0.36 0.88 0.25
HSL 35.86º 0.79% 0.42% -
HSV(B) 35.86º 0.88% 0.75% -
XYZ 28.71 25.3 4.13 -
YUV 131.82 66.03 170.21 -
System Red Green Blue C M Y K H S L
Decimal 191 123 22 0 0.36 0.88 0.25 35.86 0.79 0.42
Hex BF 7B 16 0 24 58 19 24 4F 2A
Octal 277 173 26 0 44 130 31 44 117 52
Binary 10111111 1111011 10110 0 100100 1011000 11001 100100 1001111 101010

Color Harmonies of #BF7B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B16

Black with #BF7B16

Text Example


Text Example

White with #BF7B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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