Html Css Color HEX #B08413 Dark Goldenrod

📋 copy color: '#B08413'

red 176 ◦ green 132 ◦ blue 19

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

Shades of Dark Goldenrod #B08413

Tints of Dark Goldenrod #B08413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

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

R = 53.82%
G = 40.37%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B08413 (or 0xB08413) is known color: Dark Goldenrod. HEX triplet: B0, 84 and 13. RGB value is (176,132,19). Sum of RGB (Red+Green+Blue) = 176+132+19=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B08413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08413 is #4F7BEC. Grayscale: #848484. Windows color (decimal): -5209069 or 1279152. OLE color: 1279152.

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

Color convert

RGB 176 132 19 -
CMYK 0 0.25 0.89 0.31
HSL 43.18º 0.81% 0.38% -
HSV(B) 43.18º 0.89% 0.69% -
XYZ 26.27 25.78 4.21 -
YUV 132.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 176 132 19 0 0.25 0.89 0.31 43.18 0.81 0.38
Hex B0 84 13 0 19 59 1F 2B 51 26
Octal 260 204 23 0 31 131 37 53 121 46
Binary 10110000 10000100 10011 0 11001 1011001 11111 101011 1010001 100110

Color Harmonies of #B08413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08413

Black with #B08413

Text Example


Text Example

White with #B08413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08413; }

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

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

background-color css

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

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

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

border-color css

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

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

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