Html Css Color HEX #B99438 Hokey Pokey

📋 copy color: '#B99438'

red 185 ◦ green 148 ◦ blue 56

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

Shades of Hokey Pokey #B99438

Tints of Hokey Pokey #B99438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

 BLUE value IS 56 (22.27% from 255) = 14.4%

R = 47.56%
G = 38.05%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B99438 (or 0xB99438) is known color: Hokey Pokey. HEX triplet: B9, 94 and 38. RGB value is (185,148,56). Sum of RGB (Red+Green+Blue) = 185+148+56=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B99438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99438 is #466BC7. Grayscale: #949494. Windows color (decimal): -4615112 or 3708089. OLE color: 3708089.

HSL color Cylindrical-coordinate representation of color #B99438: hue angle of 42.79º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B99438 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 56 -
CMYK 0 0.20 0.70 0.27
HSL 42.79º 0.54% 0.47% -
HSV(B) 42.79º 0.7% 0.73% -
XYZ 31.31 31.78 8.23 -
YUV 148.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 185 148 56 0 0.20 0.70 0.27 42.79 0.54 0.47
Hex B9 94 38 0 14 46 1B 2B 36 2F
Octal 271 224 70 0 24 106 33 53 66 57
Binary 10111001 10010100 111000 0 10100 1000110 11011 101011 110110 101111

Color Harmonies of #B99438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99438

Black with #B99438

Text Example


Text Example

White with #B99438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99438; }

 p { color: rgb(185,148,56); }

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

background-color css

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

 a { background-color: rgb(185,148,56); }

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

border-color css

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

 span { border-color: rgb(185,148,56); }

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