Html Css Color HEX #B98E2E Hokey Pokey

📋 copy color: '#B98E2E'

red 185 ◦ green 142 ◦ blue 46

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

Shades of Hokey Pokey #B98E2E

Tints of Hokey Pokey #B98E2E

RGB

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

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

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

R = 49.6%
G = 38.07%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B98E2E (or 0xB98E2E) is known color: Hokey Pokey. HEX triplet: B9, 8E and 2E. RGB value is (185,142,46). Sum of RGB (Red+Green+Blue) = 185+142+46=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E2E is #4671D1. Grayscale: #909090. Windows color (decimal): -4616658 or 3051193. OLE color: 3051193.

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

Color convert

RGB 185 142 46 -
CMYK 0 0.23 0.75 0.27
HSL 41.44º 0.6% 0.45% -
HSV(B) 41.44º 0.75% 0.73% -
XYZ 30.17 29.86 6.76 -
YUV 143.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 185 142 46 0 0.23 0.75 0.27 41.44 0.6 0.45
Hex B9 8E 2E 0 17 4B 1B 29 3C 2D
Octal 271 216 56 0 27 113 33 51 74 55
Binary 10111001 10001110 101110 0 10111 1001011 11011 101001 111100 101101

Color Harmonies of #B98E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E2E

Black with #B98E2E

Text Example


Text Example

White with #B98E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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