Html Css Color HEX #B5882E Hokey Pokey

📋 copy color: '#B5882E'

red 181 ◦ green 136 ◦ blue 46

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

Shades of Hokey Pokey #B5882E

Tints of Hokey Pokey #B5882E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.67%

R = 49.86%
G = 37.47%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5882E (or 0xB5882E) is known color: Hokey Pokey. HEX triplet: B5, 88 and 2E. RGB value is (181,136,46). Sum of RGB (Red+Green+Blue) = 181+136+46=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5882E is #4A77D1. Grayscale: #8B8B8B. Windows color (decimal): -4880338 or 3049653. OLE color: 3049653.

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

Color convert

RGB 181 136 46 -
CMYK 0 0.25 0.75 0.29
HSL 40º 0.59% 0.45% -
HSV(B) 40º 0.75% 0.71% -
XYZ 28.35 27.63 6.42 -
YUV 139.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 181 136 46 0 0.25 0.75 0.29 40 0.59 0.45
Hex B5 88 2E 0 19 4B 1D 28 3B 2D
Octal 265 210 56 0 31 113 35 50 73 55
Binary 10110101 10001000 101110 0 11001 1001011 11101 101000 111011 101101

Color Harmonies of #B5882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5882E

Black with #B5882E

Text Example


Text Example

White with #B5882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5882E; }

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

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

background-color css

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

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

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

border-color css

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

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

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