Html Css Color HEX #B98C33 Hokey Pokey

📋 copy color: '#B98C33'

red 185 ◦ green 140 ◦ blue 51

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

Shades of Hokey Pokey #B98C33

Tints of Hokey Pokey #B98C33

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

 BLUE value IS 51 (20.31% from 255) = 13.56%

R = 49.2%
G = 37.23%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B98C33 (or 0xB98C33) is known color: Hokey Pokey. HEX triplet: B9, 8C and 33. RGB value is (185,140,51). Sum of RGB (Red+Green+Blue) = 185+140+51=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C33 is #4673CC. Grayscale: #8F8F8F. Windows color (decimal): -4617165 or 3378361. OLE color: 3378361.

HSL color Cylindrical-coordinate representation of color #B98C33: hue angle of 39.85º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B98C33 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 140 51 -
CMYK 0 0.24 0.72 0.27
HSL 39.85º 0.57% 0.46% -
HSV(B) 39.85º 0.72% 0.73% -
XYZ 29.98 29.31 7.21 -
YUV 143.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 185 140 51 0 0.24 0.72 0.27 39.85 0.57 0.46
Hex B9 8C 33 0 18 48 1B 28 39 2E
Octal 271 214 63 0 30 110 33 50 71 56
Binary 10111001 10001100 110011 0 11000 1001000 11011 101000 111001 101110

Color Harmonies of #B98C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C33

Black with #B98C33

Text Example


Text Example

White with #B98C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C33; }

 p { color: rgb(185,140,51); }

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

background-color css

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

 a { background-color: rgb(185,140,51); }

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

border-color css

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

 span { border-color: rgb(185,140,51); }

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