Html Css Color HEX #B98835 Hokey Pokey

📋 copy color: '#B98835'

red 185 ◦ green 136 ◦ blue 53

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

Shades of Hokey Pokey #B98835

Tints of Hokey Pokey #B98835

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 49.47%
G = 36.36%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B98835 (or 0xB98835) is known color: Hokey Pokey. HEX triplet: B9, 88 and 35. RGB value is (185,136,53). Sum of RGB (Red+Green+Blue) = 185+136+53=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B98835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98835 is #4677CA. Grayscale: #8D8D8D. Windows color (decimal): -4618187 or 3508409. OLE color: 3508409.

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

Color convert

RGB 185 136 53 -
CMYK 0 0.26 0.71 0.27
HSL 37.73º 0.55% 0.47% -
HSV(B) 37.73º 0.71% 0.73% -
XYZ 29.45 28.18 7.25 -
YUV 141.19 78.23 159.25 -
System Red Green Blue C M Y K H S L
Decimal 185 136 53 0 0.26 0.71 0.27 37.73 0.55 0.47
Hex B9 88 35 0 1A 47 1B 26 37 2F
Octal 271 210 65 0 32 107 33 46 67 57
Binary 10111001 10001000 110101 0 11010 1000111 11011 100110 110111 101111

Color Harmonies of #B98835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98835

Black with #B98835

Text Example


Text Example

White with #B98835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98835; }

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

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

background-color css

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

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

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

border-color css

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

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

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