Html Css Color HEX #B5872B Hokey Pokey

📋 copy color: '#B5872B'

red 181 ◦ green 135 ◦ blue 43

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

Shades of Hokey Pokey #B5872B

Tints of Hokey Pokey #B5872B

RGB

 RED value IS 181 (71.09% from 255) = 50.42%

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

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

R = 50.42%
G = 37.6%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5872B (or 0xB5872B) is known color: Hokey Pokey. HEX triplet: B5, 87 and 2B. RGB value is (181,135,43). Sum of RGB (Red+Green+Blue) = 181+135+43=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5872B is #4A78D4. Grayscale: #8A8A8A. Windows color (decimal): -4880597 or 2852789. OLE color: 2852789.

HSL color Cylindrical-coordinate representation of color #B5872B: hue angle of 40º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5872B is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 135 43 -
CMYK 0 0.25 0.76 0.29
HSL 40º 0.62% 0.44% -
HSV(B) 40º 0.76% 0.71% -
XYZ 28.16 27.33 6.08 -
YUV 138.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 181 135 43 0 0.25 0.76 0.29 40 0.62 0.44
Hex B5 87 2B 0 19 4C 1D 28 3E 2C
Octal 265 207 53 0 31 114 35 50 76 54
Binary 10110101 10000111 101011 0 11001 1001100 11101 101000 111110 101100

Color Harmonies of #B5872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5872B

Black with #B5872B

Text Example


Text Example

White with #B5872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5872B; }

 p { color: rgb(181,135,43); }

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

background-color css

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

 a { background-color: rgb(181,135,43); }

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

border-color css

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

 span { border-color: rgb(181,135,43); }

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