Html Css Color HEX #B07411 Dark Goldenrod

📋 copy color: '#B07411'

red 176 ◦ green 116 ◦ blue 17

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

Shades of Dark Goldenrod #B07411

Tints of Dark Goldenrod #B07411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

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

R = 56.96%
G = 37.54%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B07411 (or 0xB07411) is known color: Dark Goldenrod. HEX triplet: B0, 74 and 11. RGB value is (176,116,17). Sum of RGB (Red+Green+Blue) = 176+116+17=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B07411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07411 is #4F8BEE. Grayscale: #7B7B7B. Windows color (decimal): -5213167 or 1143984. OLE color: 1143984.

HSL color Cylindrical-coordinate representation of color #B07411: hue angle of 37.36º 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 #B07411 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 116 17 -
CMYK 0 0.34 0.90 0.31
HSL 37.36º 0.82% 0.38% -
HSV(B) 37.36º 0.9% 0.69% -
XYZ 24.25 21.76 3.45 -
YUV 122.65 68.38 166.05 -
System Red Green Blue C M Y K H S L
Decimal 176 116 17 0 0.34 0.90 0.31 37.36 0.82 0.38
Hex B0 74 11 0 22 5A 1F 25 52 26
Octal 260 164 21 0 42 132 37 45 122 46
Binary 10110000 1110100 10001 0 100010 1011010 11111 100101 1010010 100110

Color Harmonies of #B07411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07411

Black with #B07411

Text Example


Text Example

White with #B07411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07411; }

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

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

background-color css

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

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

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

border-color css

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

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

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