Html Css Color HEX #B28110 Dark Goldenrod

📋 copy color: '#B28110'

red 178 ◦ green 129 ◦ blue 16

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

Shades of Dark Goldenrod #B28110

Tints of Dark Goldenrod #B28110

RGB

 RED value IS 178 (69.92% from 255) = 55.11%

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

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

R = 55.11%
G = 39.94%
B = 4.95%

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

#B28110 (or 0xB28110) is known color: Dark Goldenrod. HEX triplet: B2, 81 and 10. RGB value is (178,129,16). Sum of RGB (Red+Green+Blue) = 178+129+16=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B28110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28110 is #4D7EEF. Grayscale: #838383. Windows color (decimal): -5078768 or 1081778. OLE color: 1081778.

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

Color convert

RGB 178 129 16 -
CMYK 0 0.28 0.91 0.30
HSL 41.85º 0.84% 0.38% -
HSV(B) 41.85º 0.91% 0.7% -
XYZ 26.3 25.2 3.97 -
YUV 130.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 178 129 16 0 0.28 0.91 0.30 41.85 0.84 0.38
Hex B2 81 10 0 1C 5B 1E 2A 54 26
Octal 262 201 20 0 34 133 36 52 124 46
Binary 10110010 10000001 10000 0 11100 1011011 11110 101010 1010100 100110

Color Harmonies of #B28110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28110

Black with #B28110

Text Example


Text Example

White with #B28110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28110; }

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

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

background-color css

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

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

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

border-color css

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

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

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