Html Css Color HEX #B07913 Dark Goldenrod

📋 copy color: '#B07913'

red 176 ◦ green 121 ◦ blue 19

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

Shades of Dark Goldenrod #B07913

Tints of Dark Goldenrod #B07913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.29%

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

R = 55.7%
G = 38.29%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B07913 (or 0xB07913) is known color: Dark Goldenrod. HEX triplet: B0, 79 and 13. RGB value is (176,121,19). Sum of RGB (Red+Green+Blue) = 176+121+19=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B07913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07913 is #4F86EC. Grayscale: #7E7E7E. Windows color (decimal): -5211885 or 1276336. OLE color: 1276336.

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

Color convert

RGB 176 121 19 -
CMYK 0 0.31 0.89 0.31
HSL 38.98º 0.81% 0.38% -
HSV(B) 38.98º 0.89% 0.69% -
XYZ 24.86 22.95 3.74 -
YUV 125.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 176 121 19 0 0.31 0.89 0.31 38.98 0.81 0.38
Hex B0 79 13 0 1F 59 1F 27 51 26
Octal 260 171 23 0 37 131 37 47 121 46
Binary 10110000 1111001 10011 0 11111 1011001 11111 100111 1010001 100110

Color Harmonies of #B07913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07913

Black with #B07913

Text Example


Text Example

White with #B07913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07913; }

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

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

background-color css

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

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

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

border-color css

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

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

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