Html Css Color HEX #B07E13 Dark Goldenrod

📋 copy color: '#B07E13'

red 176 ◦ green 126 ◦ blue 19

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

Shades of Dark Goldenrod #B07E13

Tints of Dark Goldenrod #B07E13

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.25%

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 54.83%
G = 39.25%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B07E13 (or 0xB07E13) is known color: Dark Goldenrod. HEX triplet: B0, 7E and 13. RGB value is (176,126,19). Sum of RGB (Red+Green+Blue) = 176+126+19=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07E13 is #4F81EC. Grayscale: #818181. Windows color (decimal): -5210605 or 1277616. OLE color: 1277616.

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

Color convert

RGB 176 126 19 -
CMYK 0 0.28 0.89 0.31
HSL 40.89º 0.81% 0.38% -
HSV(B) 40.89º 0.89% 0.69% -
XYZ 25.48 24.2 3.94 -
YUV 128.75 66.07 161.7 -
System Red Green Blue C M Y K H S L
Decimal 176 126 19 0 0.28 0.89 0.31 40.89 0.81 0.38
Hex B0 7E 13 0 1C 59 1F 29 51 26
Octal 260 176 23 0 34 131 37 51 121 46
Binary 10110000 1111110 10011 0 11100 1011001 11111 101001 1010001 100110

Color Harmonies of #B07E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E13

Black with #B07E13

Text Example


Text Example

White with #B07E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E13; }

 p { color: rgb(176,126,19); }

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

background-color css

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

 a { background-color: rgb(176,126,19); }

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

border-color css

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

 span { border-color: rgb(176,126,19); }

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