Html Css Color HEX #B1882B Hokey Pokey

📋 copy color: '#B1882B'

red 177 ◦ green 136 ◦ blue 43

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

Shades of Hokey Pokey #B1882B

Tints of Hokey Pokey #B1882B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.08%

R = 49.72%
G = 38.2%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1882B (or 0xB1882B) is known color: Hokey Pokey. HEX triplet: B1, 88 and 2B. RGB value is (177,136,43). Sum of RGB (Red+Green+Blue) = 177+136+43=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1882B is #4E77D4. Grayscale: #8A8A8A. Windows color (decimal): -5142485 or 2853041. OLE color: 2853041.

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

Color convert

RGB 177 136 43 -
CMYK 0 0.23 0.76 0.31
HSL 41.64º 0.61% 0.43% -
HSV(B) 41.64º 0.76% 0.69% -
XYZ 27.37 27.13 6.08 -
YUV 137.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 177 136 43 0 0.23 0.76 0.31 41.64 0.61 0.43
Hex B1 88 2B 0 17 4C 1F 2A 3D 2B
Octal 261 210 53 0 27 114 37 52 75 53
Binary 10110001 10001000 101011 0 10111 1001100 11111 101010 111101 101011

Color Harmonies of #B1882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1882B

Black with #B1882B

Text Example


Text Example

White with #B1882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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