Html Css Color HEX #B28518 Dark Goldenrod

📋 copy color: '#B28518'

red 178 ◦ green 133 ◦ blue 24

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

Shades of Dark Goldenrod #B28518

Tints of Dark Goldenrod #B28518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

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

R = 53.13%
G = 39.7%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B28518 (or 0xB28518) is known color: Dark Goldenrod. HEX triplet: B2, 85 and 18. RGB value is (178,133,24). Sum of RGB (Red+Green+Blue) = 178+133+24=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B28518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28518 is #4D7AE7. Grayscale: #868686. Windows color (decimal): -5077736 or 1607090. OLE color: 1607090.

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

Color convert

RGB 178 133 24 -
CMYK 0 0.25 0.87 0.30
HSL 42.47º 0.76% 0.4% -
HSV(B) 42.47º 0.87% 0.7% -
XYZ 26.91 26.31 4.52 -
YUV 134.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 178 133 24 0 0.25 0.87 0.30 42.47 0.76 0.4
Hex B2 85 18 0 19 57 1E 2A 4C 28
Octal 262 205 30 0 31 127 36 52 114 50
Binary 10110010 10000101 11000 0 11001 1010111 11110 101010 1001100 101000

Color Harmonies of #B28518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28518

Black with #B28518

Text Example


Text Example

White with #B28518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28518; }

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

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

background-color css

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

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

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

border-color css

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

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

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