Html Css Color HEX #B07413 Dark Goldenrod

📋 copy color: '#B07413'

red 176 ◦ green 116 ◦ blue 19

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

Shades of Dark Goldenrod #B07413

Tints of Dark Goldenrod #B07413

RGB

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

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

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

R = 56.59%
G = 37.3%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B07413 (or 0xB07413) is known color: Dark Goldenrod. HEX triplet: B0, 74 and 13. RGB value is (176,116,19). Sum of RGB (Red+Green+Blue) = 176+116+19=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B07413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07413 is #4F8BEC. Grayscale: #7B7B7B. Windows color (decimal): -5213165 or 1275056. OLE color: 1275056.

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

Color convert

RGB 176 116 19 -
CMYK 0 0.34 0.89 0.31
HSL 37.07º 0.81% 0.38% -
HSV(B) 37.07º 0.89% 0.69% -
XYZ 24.27 21.77 3.54 -
YUV 122.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 176 116 19 0 0.34 0.89 0.31 37.07 0.81 0.38
Hex B0 74 13 0 22 59 1F 25 51 26
Octal 260 164 23 0 42 131 37 45 121 46
Binary 10110000 1110100 10011 0 100010 1011001 11111 100101 1010001 100110

Color Harmonies of #B07413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07413

Black with #B07413

Text Example


Text Example

White with #B07413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07413; }

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

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

background-color css

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

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

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

border-color css

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

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

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