Html Css Color HEX #B9852F Hokey Pokey

📋 copy color: '#B9852F'

red 185 ◦ green 133 ◦ blue 47

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

Shades of Hokey Pokey #B9852F

Tints of Hokey Pokey #B9852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 50.68%
G = 36.44%
B = 12.88%

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

#B9852F (or 0xB9852F) is known color: Hokey Pokey. HEX triplet: B9, 85 and 2F. RGB value is (185,133,47). Sum of RGB (Red+Green+Blue) = 185+133+47=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9852F is #467AD0. Grayscale: #8B8B8B. Windows color (decimal): -4618961 or 3114425. OLE color: 3114425.

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

Color convert

RGB 185 133 47 -
CMYK 0 0.28 0.75 0.27
HSL 37.39º 0.59% 0.45% -
HSV(B) 37.39º 0.75% 0.73% -
XYZ 28.91 27.29 6.43 -
YUV 138.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 185 133 47 0 0.28 0.75 0.27 37.39 0.59 0.45
Hex B9 85 2F 0 1C 4B 1B 25 3B 2D
Octal 271 205 57 0 34 113 33 45 73 55
Binary 10111001 10000101 101111 0 11100 1001011 11011 100101 111011 101101

Color Harmonies of #B9852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9852F

Black with #B9852F

Text Example


Text Example

White with #B9852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9852F; }

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

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

background-color css

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

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

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

border-color css

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

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

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