Html Css Color HEX #B98E2F Hokey Pokey

📋 copy color: '#B98E2F'

red 185 ◦ green 142 ◦ blue 47

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

Shades of Hokey Pokey #B98E2F

Tints of Hokey Pokey #B98E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 49.47%
G = 37.97%
B = 12.57%

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

#B98E2F (or 0xB98E2F) is known color: Hokey Pokey. HEX triplet: B9, 8E and 2F. RGB value is (185,142,47). Sum of RGB (Red+Green+Blue) = 185+142+47=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E2F is #4671D0. Grayscale: #909090. Windows color (decimal): -4616657 or 3116729. OLE color: 3116729.

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

Color convert

RGB 185 142 47 -
CMYK 0 0.23 0.75 0.27
HSL 41.3º 0.59% 0.45% -
HSV(B) 41.3º 0.75% 0.73% -
XYZ 30.19 29.87 6.86 -
YUV 144.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 185 142 47 0 0.23 0.75 0.27 41.3 0.59 0.45
Hex B9 8E 2F 0 17 4B 1B 29 3B 2D
Octal 271 216 57 0 27 113 33 51 73 55
Binary 10111001 10001110 101111 0 10111 1001011 11011 101001 111011 101101

Color Harmonies of #B98E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E2F

Black with #B98E2F

Text Example


Text Example

White with #B98E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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