Html Css Color HEX #B28318 Dark Goldenrod

📋 copy color: '#B28318'

red 178 ◦ green 131 ◦ blue 24

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

Shades of Dark Goldenrod #B28318

Tints of Dark Goldenrod #B28318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.34%

 BLUE value IS 24 (9.77% from 255) = 7.21%

R = 53.45%
G = 39.34%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B28318 (or 0xB28318) is known color: Dark Goldenrod. HEX triplet: B2, 83 and 18. RGB value is (178,131,24). Sum of RGB (Red+Green+Blue) = 178+131+24=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B28318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28318 is #4D7CE7. Grayscale: #858585. Windows color (decimal): -5078248 or 1606578. OLE color: 1606578.

HSL color Cylindrical-coordinate representation of color #B28318: hue angle of 41.69º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B28318 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 24 -
CMYK 0 0.26 0.87 0.30
HSL 41.69º 0.76% 0.4% -
HSV(B) 41.69º 0.87% 0.7% -
XYZ 26.64 25.76 4.43 -
YUV 132.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 178 131 24 0 0.26 0.87 0.30 41.69 0.76 0.4
Hex B2 83 18 0 1A 57 1E 2A 4C 28
Octal 262 203 30 0 32 127 36 52 114 50
Binary 10110010 10000011 11000 0 11010 1010111 11110 101010 1001100 101000

Color Harmonies of #B28318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28318

Black with #B28318

Text Example


Text Example

White with #B28318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28318; }

 p { color: rgb(178,131,24); }

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

background-color css

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

 a { background-color: rgb(178,131,24); }

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

border-color css

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

 span { border-color: rgb(178,131,24); }

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