Html Css Color HEX #B68B2D Hokey Pokey

📋 copy color: '#B68B2D'

red 182 ◦ green 139 ◦ blue 45

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

Shades of Hokey Pokey #B68B2D

Tints of Hokey Pokey #B68B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 49.73%
G = 37.98%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B68B2D (or 0xB68B2D) is known color: Hokey Pokey. HEX triplet: B6, 8B and 2D. RGB value is (182,139,45). Sum of RGB (Red+Green+Blue) = 182+139+45=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B2D is #4974D2. Grayscale: #8D8D8D. Windows color (decimal): -4814035 or 2984886. OLE color: 2984886.

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

Color convert

RGB 182 139 45 -
CMYK 0 0.24 0.75 0.29
HSL 41.17º 0.6% 0.45% -
HSV(B) 41.17º 0.75% 0.71% -
XYZ 29 28.6 6.47 -
YUV 141.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 182 139 45 0 0.24 0.75 0.29 41.17 0.6 0.45
Hex B6 8B 2D 0 18 4B 1D 29 3C 2D
Octal 266 213 55 0 30 113 35 51 74 55
Binary 10110110 10001011 101101 0 11000 1001011 11101 101001 111100 101101

Color Harmonies of #B68B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68B2D

Black with #B68B2D

Text Example


Text Example

White with #B68B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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