Html Css Color HEX #B6872E Hokey Pokey

📋 copy color: '#B6872E'

red 182 ◦ green 135 ◦ blue 46

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

Shades of Hokey Pokey #B6872E

Tints of Hokey Pokey #B6872E

RGB

 RED value IS 182 (71.48% from 255) = 50.14%

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

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

R = 50.14%
G = 37.19%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6872E (or 0xB6872E) is known color: Hokey Pokey. HEX triplet: B6, 87 and 2E. RGB value is (182,135,46). Sum of RGB (Red+Green+Blue) = 182+135+46=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6872E is #4978D1. Grayscale: #8B8B8B. Windows color (decimal): -4815058 or 3049398. OLE color: 3049398.

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

Color convert

RGB 182 135 46 -
CMYK 0 0.26 0.75 0.29
HSL 39.26º 0.6% 0.45% -
HSV(B) 39.26º 0.75% 0.71% -
XYZ 28.45 27.47 6.39 -
YUV 138.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 182 135 46 0 0.26 0.75 0.29 39.26 0.6 0.45
Hex B6 87 2E 0 1A 4B 1D 27 3C 2D
Octal 266 207 56 0 32 113 35 47 74 55
Binary 10110110 10000111 101110 0 11010 1001011 11101 100111 111100 101101

Color Harmonies of #B6872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6872E

Black with #B6872E

Text Example


Text Example

White with #B6872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6872E; }

 p { color: rgb(182,135,46); }

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

background-color css

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

 a { background-color: rgb(182,135,46); }

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

border-color css

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

 span { border-color: rgb(182,135,46); }

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