Html Css Color HEX #B68A2F Hokey Pokey

📋 copy color: '#B68A2F'

red 182 ◦ green 138 ◦ blue 47

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

Shades of Hokey Pokey #B68A2F

Tints of Hokey Pokey #B68A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 49.59%
G = 37.6%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B68A2F (or 0xB68A2F) is known color: Hokey Pokey. HEX triplet: B6, 8A and 2F. RGB value is (182,138,47). Sum of RGB (Red+Green+Blue) = 182+138+47=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68A2F is #4975D0. Grayscale: #8D8D8D. Windows color (decimal): -4814289 or 3115702. OLE color: 3115702.

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

Color convert

RGB 182 138 47 -
CMYK 0 0.24 0.74 0.29
HSL 40.44º 0.59% 0.45% -
HSV(B) 40.44º 0.74% 0.71% -
XYZ 28.89 28.33 6.63 -
YUV 140.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 182 138 47 0 0.24 0.74 0.29 40.44 0.59 0.45
Hex B6 8A 2F 0 18 4A 1D 28 3B 2D
Octal 266 212 57 0 30 112 35 50 73 55
Binary 10110110 10001010 101111 0 11000 1001010 11101 101000 111011 101101

Color Harmonies of #B68A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A2F

Black with #B68A2F

Text Example


Text Example

White with #B68A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A2F; }

 p { color: rgb(182,138,47); }

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

background-color css

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

 a { background-color: rgb(182,138,47); }

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

border-color css

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

 span { border-color: rgb(182,138,47); }

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