Html Css Color HEX #B68835 Hokey Pokey

📋 copy color: '#B68835'

red 182 ◦ green 136 ◦ blue 53

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

Shades of Hokey Pokey #B68835

Tints of Hokey Pokey #B68835

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 49.06%
G = 36.66%
B = 14.29%

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

#B68835 (or 0xB68835) is known color: Hokey Pokey. HEX triplet: B6, 88 and 35. RGB value is (182,136,53). Sum of RGB (Red+Green+Blue) = 182+136+53=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B68835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68835 is #4977CA. Grayscale: #8C8C8C. Windows color (decimal): -4814795 or 3508406. OLE color: 3508406.

HSL color Cylindrical-coordinate representation of color #B68835: hue angle of 38.6º degrees, saturation: 0.55, 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 #B68835 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 53 -
CMYK 0 0.25 0.71 0.29
HSL 38.6º 0.55% 0.46% -
HSV(B) 38.6º 0.71% 0.71% -
XYZ 28.74 27.81 7.22 -
YUV 140.29 78.74 157.75 -
System Red Green Blue C M Y K H S L
Decimal 182 136 53 0 0.25 0.71 0.29 38.6 0.55 0.46
Hex B6 88 35 0 19 47 1D 27 37 2E
Octal 266 210 65 0 31 107 35 47 67 56
Binary 10110110 10001000 110101 0 11001 1000111 11101 100111 110111 101110

Color Harmonies of #B68835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68835

Black with #B68835

Text Example


Text Example

White with #B68835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68835; }

 p { color: rgb(182,136,53); }

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

background-color css

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

 a { background-color: rgb(182,136,53); }

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

border-color css

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

 span { border-color: rgb(182,136,53); }

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