Html Css Color HEX #B28615 Dark Goldenrod

📋 copy color: '#B28615'

red 178 ◦ green 134 ◦ blue 21

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

Shades of Dark Goldenrod #B28615

Tints of Dark Goldenrod #B28615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

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

R = 53.45%
G = 40.24%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B28615 (or 0xB28615) is known color: Dark Goldenrod. HEX triplet: B2, 86 and 15. RGB value is (178,134,21). Sum of RGB (Red+Green+Blue) = 178+134+21=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B28615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28615 is #4D79EA. Grayscale: #868686. Windows color (decimal): -5077483 or 1410738. OLE color: 1410738.

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

Color convert

RGB 178 134 21 -
CMYK 0 0.25 0.88 0.30
HSL 43.18º 0.79% 0.39% -
HSV(B) 43.18º 0.88% 0.7% -
XYZ 27.02 26.57 4.41 -
YUV 134.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 178 134 21 0 0.25 0.88 0.30 43.18 0.79 0.39
Hex B2 86 15 0 19 58 1E 2B 4F 27
Octal 262 206 25 0 31 130 36 53 117 47
Binary 10110010 10000110 10101 0 11001 1011000 11110 101011 1001111 100111

Color Harmonies of #B28615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28615

Black with #B28615

Text Example


Text Example

White with #B28615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28615; }

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

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

background-color css

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

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

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

border-color css

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

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

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