Html Css Color HEX #B1882C Hokey Pokey

📋 copy color: '#B1882C'

red 177 ◦ green 136 ◦ blue 44

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

Shades of Hokey Pokey #B1882C

Tints of Hokey Pokey #B1882C

RGB

 RED value IS 177 (69.53% from 255) = 49.58%

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

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

R = 49.58%
G = 38.1%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1882C (or 0xB1882C) is known color: Hokey Pokey. HEX triplet: B1, 88 and 2C. RGB value is (177,136,44). Sum of RGB (Red+Green+Blue) = 177+136+44=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1882C is #4E77D3. Grayscale: #8A8A8A. Windows color (decimal): -5142484 or 2918577. OLE color: 2918577.

HSL color Cylindrical-coordinate representation of color #B1882C: hue angle of 41.5º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1882C is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 136 44 -
CMYK 0 0.23 0.75 0.31
HSL 41.5º 0.6% 0.43% -
HSV(B) 41.5º 0.75% 0.69% -
XYZ 27.39 27.14 6.18 -
YUV 137.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 177 136 44 0 0.23 0.75 0.31 41.5 0.6 0.43
Hex B1 88 2C 0 17 4B 1F 2A 3C 2B
Octal 261 210 54 0 27 113 37 52 74 53
Binary 10110001 10001000 101100 0 10111 1001011 11111 101010 111100 101011

Color Harmonies of #B1882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1882C

Black with #B1882C

Text Example


Text Example

White with #B1882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1882C; }

 p { color: rgb(177,136,44); }

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

background-color css

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

 a { background-color: rgb(177,136,44); }

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

border-color css

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

 span { border-color: rgb(177,136,44); }

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