Html Css Color HEX #B69232 Hokey Pokey

📋 copy color: '#B69232'

red 182 ◦ green 146 ◦ blue 50

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

Shades of Hokey Pokey #B69232

Tints of Hokey Pokey #B69232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

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

R = 48.15%
G = 38.62%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B69232 (or 0xB69232) is known color: Hokey Pokey. HEX triplet: B6, 92 and 32. RGB value is (182,146,50). Sum of RGB (Red+Green+Blue) = 182+146+50=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B69232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69232 is #496DCD. Grayscale: #929292. Windows color (decimal): -4812238 or 3314358. OLE color: 3314358.

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

Color convert

RGB 182 146 50 -
CMYK 0 0.20 0.73 0.29
HSL 43.64º 0.57% 0.45% -
HSV(B) 43.64º 0.73% 0.71% -
XYZ 30.15 30.73 7.36 -
YUV 145.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 182 146 50 0 0.20 0.73 0.29 43.64 0.57 0.45
Hex B6 92 32 0 14 49 1D 2C 39 2D
Octal 266 222 62 0 24 111 35 54 71 55
Binary 10110110 10010010 110010 0 10100 1001001 11101 101100 111001 101101

Color Harmonies of #B69232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69232

Black with #B69232

Text Example


Text Example

White with #B69232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69232; }

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

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

background-color css

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

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

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

border-color css

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

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

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