Html Css Color HEX #B98B2C Hokey Pokey

📋 copy color: '#B98B2C'

red 185 ◦ green 139 ◦ blue 44

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

Shades of Hokey Pokey #B98B2C

Tints of Hokey Pokey #B98B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.77%

 BLUE value IS 44 (17.58% from 255) = 11.96%

R = 50.27%
G = 37.77%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B98B2C (or 0xB98B2C) is known color: Hokey Pokey. HEX triplet: B9, 8B and 2C. RGB value is (185,139,44). Sum of RGB (Red+Green+Blue) = 185+139+44=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98B2C is #4674D3. Grayscale: #8E8E8E. Windows color (decimal): -4617428 or 2919353. OLE color: 2919353.

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

Color convert

RGB 185 139 44 -
CMYK 0 0.25 0.76 0.27
HSL 40.43º 0.62% 0.45% -
HSV(B) 40.43º 0.76% 0.73% -
XYZ 29.69 28.96 6.41 -
YUV 141.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 185 139 44 0 0.25 0.76 0.27 40.43 0.62 0.45
Hex B9 8B 2C 0 19 4C 1B 28 3E 2D
Octal 271 213 54 0 31 114 33 50 76 55
Binary 10111001 10001011 101100 0 11001 1001100 11011 101000 111110 101101

Color Harmonies of #B98B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98B2C

Black with #B98B2C

Text Example


Text Example

White with #B98B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98B2C; }

 p { color: rgb(185,139,44); }

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

background-color css

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

 a { background-color: rgb(185,139,44); }

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

border-color css

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

 span { border-color: rgb(185,139,44); }

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