Html Css Color HEX #B98C2E Hokey Pokey

📋 copy color: '#B98C2E'

red 185 ◦ green 140 ◦ blue 46

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

Shades of Hokey Pokey #B98C2E

Tints of Hokey Pokey #B98C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.4%

R = 49.87%
G = 37.74%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B98C2E (or 0xB98C2E) is known color: Hokey Pokey. HEX triplet: B9, 8C and 2E. RGB value is (185,140,46). Sum of RGB (Red+Green+Blue) = 185+140+46=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C2E is #4673D1. Grayscale: #8F8F8F. Windows color (decimal): -4617170 or 3050681. OLE color: 3050681.

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

Color convert

RGB 185 140 46 -
CMYK 0 0.24 0.75 0.27
HSL 40.58º 0.6% 0.45% -
HSV(B) 40.58º 0.75% 0.73% -
XYZ 29.88 29.27 6.66 -
YUV 142.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 185 140 46 0 0.24 0.75 0.27 40.58 0.6 0.45
Hex B9 8C 2E 0 18 4B 1B 29 3C 2D
Octal 271 214 56 0 30 113 33 51 74 55
Binary 10111001 10001100 101110 0 11000 1001011 11011 101001 111100 101101

Color Harmonies of #B98C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C2E

Black with #B98C2E

Text Example


Text Example

White with #B98C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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