Html Css Color HEX #B38810 Dark Goldenrod

📋 copy color: '#B38810'

red 179 ◦ green 136 ◦ blue 16

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

Shades of Dark Goldenrod #B38810

Tints of Dark Goldenrod #B38810

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.09%

 BLUE value IS 16 (6.64% from 255) = 4.83%

R = 54.08%
G = 41.09%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B38810 (or 0xB38810) is known color: Dark Goldenrod. HEX triplet: B3, 88 and 10. RGB value is (179,136,16). Sum of RGB (Red+Green+Blue) = 179+136+16=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B38810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38810 is #4C77EF. Grayscale: #878787. Windows color (decimal): -5011440 or 1083571. OLE color: 1083571.

HSL color Cylindrical-coordinate representation of color #B38810: hue angle of 44.17º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B38810 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 16 -
CMYK 0 0.24 0.91 0.30
HSL 44.17º 0.84% 0.38% -
HSV(B) 44.17º 0.91% 0.7% -
XYZ 27.49 27.23 4.3 -
YUV 135.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 179 136 16 0 0.24 0.91 0.30 44.17 0.84 0.38
Hex B3 88 10 0 18 5B 1E 2C 54 26
Octal 263 210 20 0 30 133 36 54 124 46
Binary 10110011 10001000 10000 0 11000 1011011 11110 101100 1010100 100110

Color Harmonies of #B38810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38810

Black with #B38810

Text Example


Text Example

White with #B38810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38810; }

 p { color: rgb(179,136,16); }

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

background-color css

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

 a { background-color: rgb(179,136,16); }

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

border-color css

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

 span { border-color: rgb(179,136,16); }

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