Html Css Color HEX #B5862B Hokey Pokey

📋 copy color: '#B5862B'

red 181 ◦ green 134 ◦ blue 43

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

Shades of Hokey Pokey #B5862B

Tints of Hokey Pokey #B5862B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

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

R = 50.56%
G = 37.43%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5862B (or 0xB5862B) is known color: Hokey Pokey. HEX triplet: B5, 86 and 2B. RGB value is (181,134,43). Sum of RGB (Red+Green+Blue) = 181+134+43=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5862B is #4A79D4. Grayscale: #8A8A8A. Windows color (decimal): -4880853 or 2852533. OLE color: 2852533.

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

Color convert

RGB 181 134 43 -
CMYK 0 0.26 0.76 0.29
HSL 39.57º 0.62% 0.44% -
HSV(B) 39.57º 0.76% 0.71% -
XYZ 28.02 27.05 6.03 -
YUV 137.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 181 134 43 0 0.26 0.76 0.29 39.57 0.62 0.44
Hex B5 86 2B 0 1A 4C 1D 28 3E 2C
Octal 265 206 53 0 32 114 35 50 76 54
Binary 10110101 10000110 101011 0 11010 1001100 11101 101000 111110 101100

Color Harmonies of #B5862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5862B

Black with #B5862B

Text Example


Text Example

White with #B5862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5862B; }

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

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

background-color css

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

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

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

border-color css

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

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

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