Html Css Color HEX #B28215 Dark Goldenrod

📋 copy color: '#B28215'

red 178 ◦ green 130 ◦ blue 21

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

Shades of Dark Goldenrod #B28215

Tints of Dark Goldenrod #B28215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.51%

 BLUE value IS 21 (8.59% from 255) = 6.38%

R = 54.1%
G = 39.51%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B28215 (or 0xB28215) is known color: Dark Goldenrod. HEX triplet: B2, 82 and 15. RGB value is (178,130,21). Sum of RGB (Red+Green+Blue) = 178+130+21=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B28215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28215 is #4D7DEA. Grayscale: #848484. Windows color (decimal): -5078507 or 1409714. OLE color: 1409714.

HSL color Cylindrical-coordinate representation of color #B28215: hue angle of 41.66º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B28215 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 130 21 -
CMYK 0 0.27 0.88 0.30
HSL 41.66º 0.79% 0.39% -
HSV(B) 41.66º 0.88% 0.7% -
XYZ 26.48 25.48 4.23 -
YUV 131.93 65.4 160.86 -
System Red Green Blue C M Y K H S L
Decimal 178 130 21 0 0.27 0.88 0.30 41.66 0.79 0.39
Hex B2 82 15 0 1B 58 1E 2A 4F 27
Octal 262 202 25 0 33 130 36 52 117 47
Binary 10110010 10000010 10101 0 11011 1011000 11110 101010 1001111 100111

Color Harmonies of #B28215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28215

Black with #B28215

Text Example


Text Example

White with #B28215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28215; }

 p { color: rgb(178,130,21); }

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

background-color css

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

 a { background-color: rgb(178,130,21); }

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

border-color css

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

 span { border-color: rgb(178,130,21); }

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