Html Css Color HEX #B98E35 Hokey Pokey

📋 copy color: '#B98E35'

red 185 ◦ green 142 ◦ blue 53

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

Shades of Hokey Pokey #B98E35

Tints of Hokey Pokey #B98E35

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.37%

 BLUE value IS 53 (21.09% from 255) = 13.95%

R = 48.68%
G = 37.37%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B98E35 (or 0xB98E35) is known color: Hokey Pokey. HEX triplet: B9, 8E and 35. RGB value is (185,142,53). Sum of RGB (Red+Green+Blue) = 185+142+53=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E35 is #4671CA. Grayscale: #919191. Windows color (decimal): -4616651 or 3509945. OLE color: 3509945.

HSL color Cylindrical-coordinate representation of color #B98E35: hue angle of 40.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B98E35 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 142 53 -
CMYK 0 0.23 0.71 0.27
HSL 40.45º 0.55% 0.47% -
HSV(B) 40.45º 0.71% 0.73% -
XYZ 30.32 29.92 7.54 -
YUV 144.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 185 142 53 0 0.23 0.71 0.27 40.45 0.55 0.47
Hex B9 8E 35 0 17 47 1B 28 37 2F
Octal 271 216 65 0 27 107 33 50 67 57
Binary 10111001 10001110 110101 0 10111 1000111 11011 101000 110111 101111

Color Harmonies of #B98E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E35

Black with #B98E35

Text Example


Text Example

White with #B98E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E35; }

 p { color: rgb(185,142,53); }

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

background-color css

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

 a { background-color: rgb(185,142,53); }

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

border-color css

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

 span { border-color: rgb(185,142,53); }

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