Html Css Color HEX #B99358 Barley Corn

📋 copy color: '#B99358'

red 185 ◦ green 147 ◦ blue 88

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

Shades of Barley Corn #B99358

Tints of Barley Corn #B99358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

 BLUE value IS 88 (34.77% from 255) = 20.95%

R = 44.05%
G = 35%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B99358 (or 0xB99358) is known color: Barley Corn. HEX triplet: B9, 93 and 58. RGB value is (185,147,88). Sum of RGB (Red+Green+Blue) = 185+147+88=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B99358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99358 is #466CA7. Grayscale: #979797. Windows color (decimal): -4615336 or 5804985. OLE color: 5804985.

HSL color Cylindrical-coordinate representation of color #B99358: hue angle of 36.49º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B99358 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 147 88 -
CMYK 0 0.21 0.52 0.27
HSL 36.49º 0.41% 0.54% -
HSV(B) 36.49º 0.52% 0.73% -
XYZ 32.2 31.89 13.69 -
YUV 151.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 185 147 88 0 0.21 0.52 0.27 36.49 0.41 0.54
Hex B9 93 58 0 15 34 1B 24 29 36
Octal 271 223 130 0 25 64 33 44 51 66
Binary 10111001 10010011 1011000 0 10101 110100 11011 100100 101001 110110

Color Harmonies of #B99358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99358

Black with #B99358

Text Example


Text Example

White with #B99358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99358; }

 p { color: rgb(185,147,88); }

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

background-color css

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

 a { background-color: rgb(185,147,88); }

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

border-color css

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

 span { border-color: rgb(185,147,88); }

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