Html Css Color HEX #B5882F Hokey Pokey

📋 copy color: '#B5882F'

red 181 ◦ green 136 ◦ blue 47

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

Shades of Hokey Pokey #B5882F

Tints of Hokey Pokey #B5882F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 49.73%
G = 37.36%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5882F (or 0xB5882F) is known color: Hokey Pokey. HEX triplet: B5, 88 and 2F. RGB value is (181,136,47). Sum of RGB (Red+Green+Blue) = 181+136+47=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B5882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5882F is #4A77D0. Grayscale: #8B8B8B. Windows color (decimal): -4880337 or 3115189. OLE color: 3115189.

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

Color convert

RGB 181 136 47 -
CMYK 0 0.25 0.74 0.29
HSL 39.85º 0.59% 0.45% -
HSV(B) 39.85º 0.74% 0.71% -
XYZ 28.37 27.64 6.53 -
YUV 139.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 181 136 47 0 0.25 0.74 0.29 39.85 0.59 0.45
Hex B5 88 2F 0 19 4A 1D 28 3B 2D
Octal 265 210 57 0 31 112 35 50 73 55
Binary 10110101 10001000 101111 0 11001 1001010 11101 101000 111011 101101

Color Harmonies of #B5882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5882F

Black with #B5882F

Text Example


Text Example

White with #B5882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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