Html Css Color HEX #B1872D Hokey Pokey

📋 copy color: '#B1872D'

red 177 ◦ green 135 ◦ blue 45

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

Shades of Hokey Pokey #B1872D

Tints of Hokey Pokey #B1872D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.82%

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

R = 49.58%
G = 37.82%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1872D (or 0xB1872D) is known color: Hokey Pokey. HEX triplet: B1, 87 and 2D. RGB value is (177,135,45). Sum of RGB (Red+Green+Blue) = 177+135+45=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1872D is #4E78D2. Grayscale: #898989. Windows color (decimal): -5142739 or 2983857. OLE color: 2983857.

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

Color convert

RGB 177 135 45 -
CMYK 0 0.24 0.75 0.31
HSL 40.91º 0.59% 0.44% -
HSV(B) 40.91º 0.75% 0.69% -
XYZ 27.27 26.86 6.23 -
YUV 137.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 177 135 45 0 0.24 0.75 0.31 40.91 0.59 0.44
Hex B1 87 2D 0 18 4B 1F 29 3B 2C
Octal 261 207 55 0 30 113 37 51 73 54
Binary 10110001 10000111 101101 0 11000 1001011 11111 101001 111011 101100

Color Harmonies of #B1872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1872D

Black with #B1872D

Text Example


Text Example

White with #B1872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1872D; }

 p { color: rgb(177,135,45); }

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

background-color css

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

 a { background-color: rgb(177,135,45); }

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

border-color css

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

 span { border-color: rgb(177,135,45); }

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