Html Css Color HEX #B38413 Dark Goldenrod

📋 copy color: '#B38413'

red 179 ◦ green 132 ◦ blue 19

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

Shades of Dark Goldenrod #B38413

Tints of Dark Goldenrod #B38413

RGB

 RED value IS 179 (70.31% from 255) = 54.24%

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

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

R = 54.24%
G = 40%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B38413 (or 0xB38413) is known color: Dark Goldenrod. HEX triplet: B3, 84 and 13. RGB value is (179,132,19). Sum of RGB (Red+Green+Blue) = 179+132+19=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B38413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38413 is #4C7BEC. Grayscale: #858585. Windows color (decimal): -5012461 or 1279155. OLE color: 1279155.

HSL color Cylindrical-coordinate representation of color #B38413: hue angle of 42.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B38413 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 132 19 -
CMYK 0 0.26 0.89 0.30
HSL 42.38º 0.81% 0.39% -
HSV(B) 42.38º 0.89% 0.7% -
XYZ 26.96 26.13 4.24 -
YUV 133.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 179 132 19 0 0.26 0.89 0.30 42.38 0.81 0.39
Hex B3 84 13 0 1A 59 1E 2A 51 27
Octal 263 204 23 0 32 131 36 52 121 47
Binary 10110011 10000100 10011 0 11010 1011001 11110 101010 1010001 100111

Color Harmonies of #B38413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38413

Black with #B38413

Text Example


Text Example

White with #B38413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38413; }

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

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

background-color css

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

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

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

border-color css

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

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

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