Html Css Color HEX #B6892D Hokey Pokey

📋 copy color: '#B6892D'

red 182 ◦ green 137 ◦ blue 45

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

Shades of Hokey Pokey #B6892D

Tints of Hokey Pokey #B6892D

RGB

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

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

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

R = 50%
G = 37.64%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6892D (or 0xB6892D) is known color: Hokey Pokey. HEX triplet: B6, 89 and 2D. RGB value is (182,137,45). Sum of RGB (Red+Green+Blue) = 182+137+45=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B6892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6892D is #4976D2. Grayscale: #8C8C8C. Windows color (decimal): -4814547 or 2984374. OLE color: 2984374.

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

Color convert

RGB 182 137 45 -
CMYK 0 0.25 0.75 0.29
HSL 40.29º 0.6% 0.45% -
HSV(B) 40.29º 0.75% 0.71% -
XYZ 28.71 28.03 6.38 -
YUV 139.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 182 137 45 0 0.25 0.75 0.29 40.29 0.6 0.45
Hex B6 89 2D 0 19 4B 1D 28 3C 2D
Octal 266 211 55 0 31 113 35 50 74 55
Binary 10110110 10001001 101101 0 11001 1001011 11101 101000 111100 101101

Color Harmonies of #B6892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6892D

Black with #B6892D

Text Example


Text Example

White with #B6892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6892D; }

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

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

background-color css

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

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

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

border-color css

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

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

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