Html Css Color HEX #B68C32 Hokey Pokey

📋 copy color: '#B68C32'

red 182 ◦ green 140 ◦ blue 50

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

Shades of Hokey Pokey #B68C32

Tints of Hokey Pokey #B68C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

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

R = 48.92%
G = 37.63%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B68C32 (or 0xB68C32) is known color: Hokey Pokey. HEX triplet: B6, 8C and 32. RGB value is (182,140,50). Sum of RGB (Red+Green+Blue) = 182+140+50=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C32 is #4973CD. Grayscale: #8E8E8E. Windows color (decimal): -4813774 or 3312822. OLE color: 3312822.

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

Color convert

RGB 182 140 50 -
CMYK 0 0.23 0.73 0.29
HSL 40.91º 0.57% 0.45% -
HSV(B) 40.91º 0.73% 0.71% -
XYZ 29.25 28.93 7.06 -
YUV 142.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 182 140 50 0 0.23 0.73 0.29 40.91 0.57 0.45
Hex B6 8C 32 0 17 49 1D 29 39 2D
Octal 266 214 62 0 27 111 35 51 71 55
Binary 10110110 10001100 110010 0 10111 1001001 11101 101001 111001 101101

Color Harmonies of #B68C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C32

Black with #B68C32

Text Example


Text Example

White with #B68C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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