Html Css Color HEX #B68832 Hokey Pokey

📋 copy color: '#B68832'

red 182 ◦ green 136 ◦ blue 50

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

Shades of Hokey Pokey #B68832

Tints of Hokey Pokey #B68832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.59%

R = 49.46%
G = 36.96%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B68832 (or 0xB68832) is known color: Hokey Pokey. HEX triplet: B6, 88 and 32. RGB value is (182,136,50). Sum of RGB (Red+Green+Blue) = 182+136+50=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B68832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68832 is #4977CD. Grayscale: #8C8C8C. Windows color (decimal): -4814798 or 3311798. OLE color: 3311798.

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

Color convert

RGB 182 136 50 -
CMYK 0 0.25 0.73 0.29
HSL 39.09º 0.57% 0.45% -
HSV(B) 39.09º 0.73% 0.71% -
XYZ 28.67 27.78 6.87 -
YUV 139.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 182 136 50 0 0.25 0.73 0.29 39.09 0.57 0.45
Hex B6 88 32 0 19 49 1D 27 39 2D
Octal 266 210 62 0 31 111 35 47 71 55
Binary 10110110 10001000 110010 0 11001 1001001 11101 100111 111001 101101

Color Harmonies of #B68832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68832

Black with #B68832

Text Example


Text Example

White with #B68832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68832; }

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

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

background-color css

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

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

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

border-color css

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

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

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