Html Css Color HEX #B28C32 Hokey Pokey

📋 copy color: '#B28C32'

red 178 ◦ green 140 ◦ blue 50

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

Shades of Hokey Pokey #B28C32

Tints of Hokey Pokey #B28C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

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

R = 48.37%
G = 38.04%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B28C32 (or 0xB28C32) is known color: Hokey Pokey. HEX triplet: B2, 8C and 32. RGB value is (178,140,50). Sum of RGB (Red+Green+Blue) = 178+140+50=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C32 is #4D73CD. Grayscale: #8D8D8D. Windows color (decimal): -5075918 or 3312818. OLE color: 3312818.

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

Color convert

RGB 178 140 50 -
CMYK 0 0.21 0.72 0.30
HSL 42.19º 0.56% 0.45% -
HSV(B) 42.19º 0.72% 0.7% -
XYZ 28.31 28.45 7.02 -
YUV 141.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 178 140 50 0 0.21 0.72 0.30 42.19 0.56 0.45
Hex B2 8C 32 0 15 48 1E 2A 38 2D
Octal 262 214 62 0 25 110 36 52 70 55
Binary 10110010 10001100 110010 0 10101 1001000 11110 101010 111000 101101

Color Harmonies of #B28C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C32

Black with #B28C32

Text Example


Text Example

White with #B28C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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