Html Css Color HEX #B68E37 Hokey Pokey

📋 copy color: '#B68E37'

red 182 ◦ green 142 ◦ blue 55

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

Shades of Hokey Pokey #B68E37

Tints of Hokey Pokey #B68E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.51%

R = 48.02%
G = 37.47%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B68E37 (or 0xB68E37) is known color: Hokey Pokey. HEX triplet: B6, 8E and 37. RGB value is (182,142,55). Sum of RGB (Red+Green+Blue) = 182+142+55=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E37 is #4971C8. Grayscale: #909090. Windows color (decimal): -4813257 or 3641014. OLE color: 3641014.

HSL color Cylindrical-coordinate representation of color #B68E37: hue angle of 41.1º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B68E37 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 142 55 -
CMYK 0 0.22 0.70 0.29
HSL 41.1º 0.54% 0.46% -
HSV(B) 41.1º 0.7% 0.71% -
XYZ 29.65 29.57 7.76 -
YUV 144.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 182 142 55 0 0.22 0.70 0.29 41.1 0.54 0.46
Hex B6 8E 37 0 16 46 1D 29 36 2E
Octal 266 216 67 0 26 106 35 51 66 56
Binary 10110110 10001110 110111 0 10110 1000110 11101 101001 110110 101110

Color Harmonies of #B68E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E37

Black with #B68E37

Text Example


Text Example

White with #B68E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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