Html Css Color HEX #B5882B Hokey Pokey

📋 copy color: '#B5882B'

red 181 ◦ green 136 ◦ blue 43

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

Shades of Hokey Pokey #B5882B

Tints of Hokey Pokey #B5882B

RGB

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

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

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

R = 50.28%
G = 37.78%
B = 11.94%

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

#B5882B (or 0xB5882B) is known color: Hokey Pokey. HEX triplet: B5, 88 and 2B. RGB value is (181,136,43). Sum of RGB (Red+Green+Blue) = 181+136+43=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5882B is #4A77D4. Grayscale: #8B8B8B. Windows color (decimal): -4880341 or 2853045. OLE color: 2853045.

HSL color Cylindrical-coordinate representation of color #B5882B: hue angle of 40.43º 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 #B5882B is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 136 43 -
CMYK 0 0.25 0.76 0.29
HSL 40.43º 0.62% 0.44% -
HSV(B) 40.43º 0.76% 0.71% -
XYZ 28.3 27.61 6.12 -
YUV 138.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 181 136 43 0 0.25 0.76 0.29 40.43 0.62 0.44
Hex B5 88 2B 0 19 4C 1D 28 3E 2C
Octal 265 210 53 0 31 114 35 50 76 54
Binary 10110101 10001000 101011 0 11001 1001100 11101 101000 111110 101100

Color Harmonies of #B5882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5882B

Black with #B5882B

Text Example


Text Example

White with #B5882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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