Html Css Color HEX #B68934 Hokey Pokey

📋 copy color: '#B68934'

red 182 ◦ green 137 ◦ blue 52

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

Shades of Hokey Pokey #B68934

Tints of Hokey Pokey #B68934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.93%

 BLUE value IS 52 (20.7% from 255) = 14.02%

R = 49.06%
G = 36.93%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B68934 (or 0xB68934) is known color: Hokey Pokey. HEX triplet: B6, 89 and 34. RGB value is (182,137,52). Sum of RGB (Red+Green+Blue) = 182+137+52=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B68934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68934 is #4976CB. Grayscale: #8D8D8D. Windows color (decimal): -4814540 or 3443126. OLE color: 3443126.

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

Color convert

RGB 182 137 52 -
CMYK 0 0.25 0.71 0.29
HSL 39.23º 0.56% 0.46% -
HSV(B) 39.23º 0.71% 0.71% -
XYZ 28.86 28.08 7.15 -
YUV 140.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 182 137 52 0 0.25 0.71 0.29 39.23 0.56 0.46
Hex B6 89 34 0 19 47 1D 27 38 2E
Octal 266 211 64 0 31 107 35 47 70 56
Binary 10110110 10001001 110100 0 11001 1000111 11101 100111 111000 101110

Color Harmonies of #B68934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68934

Black with #B68934

Text Example


Text Example

White with #B68934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68934; }

 p { color: rgb(182,137,52); }

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

background-color css

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

 a { background-color: rgb(182,137,52); }

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

border-color css

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

 span { border-color: rgb(182,137,52); }

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