Html Css Color HEX #B6882B Hokey Pokey

📋 copy color: '#B6882B'

red 182 ◦ green 136 ◦ blue 43

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

Shades of Hokey Pokey #B6882B

Tints of Hokey Pokey #B6882B

RGB

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

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

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

R = 50.42%
G = 37.67%
B = 11.91%

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

#B6882B (or 0xB6882B) is known color: Hokey Pokey. HEX triplet: B6, 88 and 2B. RGB value is (182,136,43). Sum of RGB (Red+Green+Blue) = 182+136+43=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6882B is #4977D4. Grayscale: #8B8B8B. Windows color (decimal): -4814805 or 2853046. OLE color: 2853046.

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

Color convert

RGB 182 136 43 -
CMYK 0 0.25 0.76 0.29
HSL 40.14º 0.62% 0.44% -
HSV(B) 40.14º 0.76% 0.71% -
XYZ 28.53 27.73 6.13 -
YUV 139.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 182 136 43 0 0.25 0.76 0.29 40.14 0.62 0.44
Hex B6 88 2B 0 19 4C 1D 28 3E 2C
Octal 266 210 53 0 31 114 35 50 76 54
Binary 10110110 10001000 101011 0 11001 1001100 11101 101000 111110 101100

Color Harmonies of #B6882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6882B

Black with #B6882B

Text Example


Text Example

White with #B6882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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