Html Css Color HEX #BF7B0E Dark Goldenrod

📋 copy color: '#BF7B0E'

red 191 ◦ green 123 ◦ blue 14

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

Shades of Dark Goldenrod #BF7B0E

Tints of Dark Goldenrod #BF7B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.27%

R = 58.23%
G = 37.5%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF7B0E (or 0xBF7B0E) is known color: Dark Goldenrod. HEX triplet: BF, 7B and 0E. RGB value is (191,123,14). Sum of RGB (Red+Green+Blue) = 191+123+14=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7B0E is #4084F1. Grayscale: #838383. Windows color (decimal): -4228338 or 949183. OLE color: 949183.

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

Color convert

RGB 191 123 14 -
CMYK 0 0.36 0.93 0.25
HSL 36.95º 0.86% 0.4% -
HSV(B) 36.95º 0.93% 0.75% -
XYZ 28.65 25.27 3.78 -
YUV 130.91 62.03 170.86 -
System Red Green Blue C M Y K H S L
Decimal 191 123 14 0 0.36 0.93 0.25 36.95 0.86 0.4
Hex BF 7B E 0 24 5D 19 25 56 28
Octal 277 173 16 0 44 135 31 45 126 50
Binary 10111111 1111011 1110 0 100100 1011101 11001 100101 1010110 101000

Color Harmonies of #BF7B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B0E

Black with #BF7B0E

Text Example


Text Example

White with #BF7B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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