Html Css Color HEX #B38313 Dark Goldenrod

📋 copy color: '#B38313'

red 179 ◦ green 131 ◦ blue 19

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

Shades of Dark Goldenrod #B38313

Tints of Dark Goldenrod #B38313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.82%

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

R = 54.41%
G = 39.82%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B38313 (or 0xB38313) is known color: Dark Goldenrod. HEX triplet: B3, 83 and 13. RGB value is (179,131,19). Sum of RGB (Red+Green+Blue) = 179+131+19=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B38313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38313 is #4C7CEC. Grayscale: #858585. Windows color (decimal): -5012717 or 1278899. OLE color: 1278899.

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

Color convert

RGB 179 131 19 -
CMYK 0 0.27 0.89 0.30
HSL 42º 0.81% 0.39% -
HSV(B) 42º 0.89% 0.7% -
XYZ 26.82 25.86 4.19 -
YUV 132.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 179 131 19 0 0.27 0.89 0.30 42 0.81 0.39
Hex B3 83 13 0 1B 59 1E 2A 51 27
Octal 263 203 23 0 33 131 36 52 121 47
Binary 10110011 10000011 10011 0 11011 1011001 11110 101010 1010001 100111

Color Harmonies of #B38313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38313

Black with #B38313

Text Example


Text Example

White with #B38313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38313; }

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

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

background-color css

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

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

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

border-color css

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

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

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