Html Css Color HEX #B07F11 Dark Goldenrod

📋 copy color: '#B07F11'

red 176 ◦ green 127 ◦ blue 17

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

Shades of Dark Goldenrod #B07F11

Tints of Dark Goldenrod #B07F11

RGB

 RED value IS 176 (69.14% from 255) = 55%

 GREEN value IS 127 (50% from 255) = 39.69%

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 55%
G = 39.69%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B07F11 (or 0xB07F11) is known color: Dark Goldenrod. HEX triplet: B0, 7F and 11. RGB value is (176,127,17). Sum of RGB (Red+Green+Blue) = 176+127+17=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07F11 is #4F80EE. Grayscale: #818181. Windows color (decimal): -5210351 or 1146800. OLE color: 1146800.

HSL color Cylindrical-coordinate representation of color #B07F11: hue angle of 41.51º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B07F11 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 127 17 -
CMYK 0 0.28 0.90 0.31
HSL 41.51º 0.82% 0.38% -
HSV(B) 41.51º 0.9% 0.69% -
XYZ 25.6 24.45 3.9 -
YUV 129.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 176 127 17 0 0.28 0.90 0.31 41.51 0.82 0.38
Hex B0 7F 11 0 1C 5A 1F 2A 52 26
Octal 260 177 21 0 34 132 37 52 122 46
Binary 10110000 1111111 10001 0 11100 1011010 11111 101010 1010010 100110

Color Harmonies of #B07F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F11

Black with #B07F11

Text Example


Text Example

White with #B07F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F11; }

 p { color: rgb(176,127,17); }

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

background-color css

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

 a { background-color: rgb(176,127,17); }

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

border-color css

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

 span { border-color: rgb(176,127,17); }

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