Html Css Color HEX #B9882B Hokey Pokey

📋 copy color: '#B9882B'

red 185 ◦ green 136 ◦ blue 43

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

Shades of Hokey Pokey #B9882B

Tints of Hokey Pokey #B9882B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 50.82%
G = 37.36%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9882B (or 0xB9882B) is known color: Hokey Pokey. HEX triplet: B9, 88 and 2B. RGB value is (185,136,43). Sum of RGB (Red+Green+Blue) = 185+136+43=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9882B is #4677D4. Grayscale: #8C8C8C. Windows color (decimal): -4618197 or 2853049. OLE color: 2853049.

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

Color convert

RGB 185 136 43 -
CMYK 0 0.26 0.77 0.27
HSL 39.3º 0.62% 0.45% -
HSV(B) 39.3º 0.77% 0.73% -
XYZ 29.25 28.1 6.17 -
YUV 140.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 185 136 43 0 0.26 0.77 0.27 39.3 0.62 0.45
Hex B9 88 2B 0 1A 4D 1B 27 3E 2D
Octal 271 210 53 0 32 115 33 47 76 55
Binary 10111001 10001000 101011 0 11010 1001101 11011 100111 111110 101101

Color Harmonies of #B9882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9882B

Black with #B9882B

Text Example


Text Example

White with #B9882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9882B; }

 p { color: rgb(185,136,43); }

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

background-color css

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

 a { background-color: rgb(185,136,43); }

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

border-color css

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

 span { border-color: rgb(185,136,43); }

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