Html Css Color HEX #B28E32 Hokey Pokey

📋 copy color: '#B28E32'

red 178 ◦ green 142 ◦ blue 50

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

Shades of Hokey Pokey #B28E32

Tints of Hokey Pokey #B28E32

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.38%

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 48.11%
G = 38.38%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B28E32 (or 0xB28E32) is known color: Hokey Pokey. HEX triplet: B2, 8E and 32. RGB value is (178,142,50). Sum of RGB (Red+Green+Blue) = 178+142+50=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28E32 is #4D71CD. Grayscale: #8E8E8E. Windows color (decimal): -5075406 or 3313330. OLE color: 3313330.

HSL color Cylindrical-coordinate representation of color #B28E32: hue angle of 43.12º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B28E32 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 142 50 -
CMYK 0 0.20 0.72 0.30
HSL 43.13º 0.56% 0.45% -
HSV(B) 43.13º 0.72% 0.7% -
XYZ 28.61 29.04 7.12 -
YUV 142.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 178 142 50 0 0.20 0.72 0.30 43.13 0.56 0.45
Hex B2 8E 32 0 14 48 1E 2B 38 2D
Octal 262 216 62 0 24 110 36 53 70 55
Binary 10110010 10001110 110010 0 10100 1001000 11110 101011 111000 101101

Color Harmonies of #B28E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E32

Black with #B28E32

Text Example


Text Example

White with #B28E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E32; }

 p { color: rgb(178,142,50); }

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

background-color css

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

 a { background-color: rgb(178,142,50); }

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

border-color css

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

 span { border-color: rgb(178,142,50); }

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