Html Css Color HEX #B2892C Hokey Pokey

📋 copy color: '#B2892C'

red 178 ◦ green 137 ◦ blue 44

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

Shades of Hokey Pokey #B2892C

Tints of Hokey Pokey #B2892C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.16%

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 49.58%
G = 38.16%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2892C (or 0xB2892C) is known color: Hokey Pokey. HEX triplet: B2, 89 and 2C. RGB value is (178,137,44). Sum of RGB (Red+Green+Blue) = 178+137+44=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2892C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2892C is #4D76D3. Grayscale: #8B8B8B. Windows color (decimal): -5076692 or 2918834. OLE color: 2918834.

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

Color convert

RGB 178 137 44 -
CMYK 0 0.23 0.75 0.30
HSL 41.64º 0.6% 0.44% -
HSV(B) 41.64º 0.75% 0.7% -
XYZ 27.76 27.54 6.24 -
YUV 138.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 178 137 44 0 0.23 0.75 0.30 41.64 0.6 0.44
Hex B2 89 2C 0 17 4B 1E 2A 3C 2C
Octal 262 211 54 0 27 113 36 52 74 54
Binary 10110010 10001001 101100 0 10111 1001011 11110 101010 111100 101100

Color Harmonies of #B2892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2892C

Black with #B2892C

Text Example


Text Example

White with #B2892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2892C; }

 p { color: rgb(178,137,44); }

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

background-color css

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

 a { background-color: rgb(178,137,44); }

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

border-color css

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

 span { border-color: rgb(178,137,44); }

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