Html Css Color HEX #B2882D Hokey Pokey

📋 copy color: '#B2882D'

red 178 ◦ green 136 ◦ blue 45

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

Shades of Hokey Pokey #B2882D

Tints of Hokey Pokey #B2882D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

 BLUE value IS 45 (17.97% from 255) = 12.53%

R = 49.58%
G = 37.88%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2882D (or 0xB2882D) is known color: Hokey Pokey. HEX triplet: B2, 88 and 2D. RGB value is (178,136,45). Sum of RGB (Red+Green+Blue) = 178+136+45=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2882D is #4D77D2. Grayscale: #8A8A8A. Windows color (decimal): -5076947 or 2984114. OLE color: 2984114.

HSL color Cylindrical-coordinate representation of color #B2882D: hue angle of 41.05º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2882D is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 45 -
CMYK 0 0.24 0.75 0.30
HSL 41.05º 0.6% 0.44% -
HSV(B) 41.05º 0.75% 0.7% -
XYZ 27.64 27.26 6.29 -
YUV 138.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 178 136 45 0 0.24 0.75 0.30 41.05 0.6 0.44
Hex B2 88 2D 0 18 4B 1E 29 3C 2C
Octal 262 210 55 0 30 113 36 51 74 54
Binary 10110010 10001000 101101 0 11000 1001011 11110 101001 111100 101100

Color Harmonies of #B2882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2882D

Black with #B2882D

Text Example


Text Example

White with #B2882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2882D; }

 p { color: rgb(178,136,45); }

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

background-color css

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

 a { background-color: rgb(178,136,45); }

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

border-color css

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

 span { border-color: rgb(178,136,45); }

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