Html Css Color HEX #B68E32 Hokey Pokey

📋 copy color: '#B68E32'

red 182 ◦ green 142 ◦ blue 50

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

Shades of Hokey Pokey #B68E32

Tints of Hokey Pokey #B68E32

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.97%

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

R = 48.66%
G = 37.97%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B68E32 (or 0xB68E32) is known color: Hokey Pokey. HEX triplet: B6, 8E and 32. RGB value is (182,142,50). Sum of RGB (Red+Green+Blue) = 182+142+50=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E32 is #4971CD. Grayscale: #8F8F8F. Windows color (decimal): -4813262 or 3313334. OLE color: 3313334.

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

Color convert

RGB 182 142 50 -
CMYK 0 0.22 0.73 0.29
HSL 41.82º 0.57% 0.45% -
HSV(B) 41.82º 0.73% 0.71% -
XYZ 29.54 29.52 7.16 -
YUV 143.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 182 142 50 0 0.22 0.73 0.29 41.82 0.57 0.45
Hex B6 8E 32 0 16 49 1D 2A 39 2D
Octal 266 216 62 0 26 111 35 52 71 55
Binary 10110110 10001110 110010 0 10110 1001001 11101 101010 111001 101101

Color Harmonies of #B68E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E32

Black with #B68E32

Text Example


Text Example

White with #B68E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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