Html Css Color HEX #B38110 Dark Goldenrod

📋 copy color: '#B38110'

red 179 ◦ green 129 ◦ blue 16

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

Shades of Dark Goldenrod #B38110

Tints of Dark Goldenrod #B38110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.81%

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

R = 55.25%
G = 39.81%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B38110 (or 0xB38110) is known color: Dark Goldenrod. HEX triplet: B3, 81 and 10. RGB value is (179,129,16). Sum of RGB (Red+Green+Blue) = 179+129+16=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B38110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38110 is #4C7EEF. Grayscale: #838383. Windows color (decimal): -5013232 or 1081779. OLE color: 1081779.

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

Color convert

RGB 179 129 16 -
CMYK 0 0.28 0.91 0.30
HSL 41.6º 0.84% 0.38% -
HSV(B) 41.6º 0.91% 0.7% -
XYZ 26.53 25.32 3.98 -
YUV 131.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 179 129 16 0 0.28 0.91 0.30 41.6 0.84 0.38
Hex B3 81 10 0 1C 5B 1E 2A 54 26
Octal 263 201 20 0 34 133 36 52 124 46
Binary 10110011 10000001 10000 0 11100 1011011 11110 101010 1010100 100110

Color Harmonies of #B38110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38110

Black with #B38110

Text Example


Text Example

White with #B38110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38110; }

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

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

background-color css

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

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

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

border-color css

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

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

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