Html Css Color HEX #B68B33 Hokey Pokey

📋 copy color: '#B68B33'

red 182 ◦ green 139 ◦ blue 51

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

Shades of Hokey Pokey #B68B33

Tints of Hokey Pokey #B68B33

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.37%

 BLUE value IS 51 (20.31% from 255) = 13.71%

R = 48.92%
G = 37.37%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B68B33 (or 0xB68B33) is known color: Hokey Pokey. HEX triplet: B6, 8B and 33. RGB value is (182,139,51). Sum of RGB (Red+Green+Blue) = 182+139+51=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B33 is #4974CC. Grayscale: #8E8E8E. Windows color (decimal): -4814029 or 3378102. OLE color: 3378102.

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

Color convert

RGB 182 139 51 -
CMYK 0 0.24 0.72 0.29
HSL 40.31º 0.56% 0.46% -
HSV(B) 40.31º 0.72% 0.71% -
XYZ 29.12 28.65 7.13 -
YUV 141.83 76.75 156.66 -
System Red Green Blue C M Y K H S L
Decimal 182 139 51 0 0.24 0.72 0.29 40.31 0.56 0.46
Hex B6 8B 33 0 18 48 1D 28 38 2E
Octal 266 213 63 0 30 110 35 50 70 56
Binary 10110110 10001011 110011 0 11000 1001000 11101 101000 111000 101110

Color Harmonies of #B68B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68B33

Black with #B68B33

Text Example


Text Example

White with #B68B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68B33; }

 p { color: rgb(182,139,51); }

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

background-color css

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

 a { background-color: rgb(182,139,51); }

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

border-color css

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

 span { border-color: rgb(182,139,51); }

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