Html Css Color HEX #B9862F Hokey Pokey

📋 copy color: '#B9862F'

red 185 ◦ green 134 ◦ blue 47

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

Shades of Hokey Pokey #B9862F

Tints of Hokey Pokey #B9862F

RGB

 RED value IS 185 (72.66% from 255) = 50.55%

 GREEN value IS 134 (52.73% from 255) = 36.61%

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

R = 50.55%
G = 36.61%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9862F (or 0xB9862F) is known color: Hokey Pokey. HEX triplet: B9, 86 and 2F. RGB value is (185,134,47). Sum of RGB (Red+Green+Blue) = 185+134+47=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9862F is #4679D0. Grayscale: #8B8B8B. Windows color (decimal): -4618705 or 3114681. OLE color: 3114681.

HSL color Cylindrical-coordinate representation of color #B9862F: hue angle of 37.83º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9862F is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 47 -
CMYK 0 0.28 0.75 0.27
HSL 37.83º 0.59% 0.45% -
HSV(B) 37.83º 0.75% 0.73% -
XYZ 29.05 27.57 6.48 -
YUV 139.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 185 134 47 0 0.28 0.75 0.27 37.83 0.59 0.45
Hex B9 86 2F 0 1C 4B 1B 26 3B 2D
Octal 271 206 57 0 34 113 33 46 73 55
Binary 10111001 10000110 101111 0 11100 1001011 11011 100110 111011 101101

Color Harmonies of #B9862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9862F

Black with #B9862F

Text Example


Text Example

White with #B9862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9862F; }

 p { color: rgb(185,134,47); }

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

background-color css

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

 a { background-color: rgb(185,134,47); }

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

border-color css

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

 span { border-color: rgb(185,134,47); }

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