Html Css Color HEX #B38913 Dark Goldenrod

📋 copy color: '#B38913'

red 179 ◦ green 137 ◦ blue 19

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

Shades of Dark Goldenrod #B38913

Tints of Dark Goldenrod #B38913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

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

R = 53.43%
G = 40.9%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B38913 (or 0xB38913) is known color: Dark Goldenrod. HEX triplet: B3, 89 and 13. RGB value is (179,137,19). Sum of RGB (Red+Green+Blue) = 179+137+19=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B38913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38913 is #4C76EC. Grayscale: #888888. Windows color (decimal): -5011181 or 1280435. OLE color: 1280435.

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

Color convert

RGB 179 137 19 -
CMYK 0 0.23 0.89 0.30
HSL 44.25º 0.81% 0.39% -
HSV(B) 44.25º 0.89% 0.7% -
XYZ 27.65 27.52 4.47 -
YUV 136.11 61.91 158.59 -
System Red Green Blue C M Y K H S L
Decimal 179 137 19 0 0.23 0.89 0.30 44.25 0.81 0.39
Hex B3 89 13 0 17 59 1E 2C 51 27
Octal 263 211 23 0 27 131 36 54 121 47
Binary 10110011 10001001 10011 0 10111 1011001 11110 101100 1010001 100111

Color Harmonies of #B38913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38913

Black with #B38913

Text Example


Text Example

White with #B38913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38913; }

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

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

background-color css

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

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

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

border-color css

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

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

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