Html Css Color HEX #B99653 Barley Corn

📋 copy color: '#B99653'

red 185 ◦ green 150 ◦ blue 83

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

Shades of Barley Corn #B99653

Tints of Barley Corn #B99653

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

 BLUE value IS 83 (32.81% from 255) = 19.86%

R = 44.26%
G = 35.89%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B99653 (or 0xB99653) is known color: Barley Corn. HEX triplet: B9, 96 and 53. RGB value is (185,150,83). Sum of RGB (Red+Green+Blue) = 185+150+83=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B99653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99653 is #4669AC. Grayscale: #999999. Windows color (decimal): -4614573 or 5478073. OLE color: 5478073.

HSL color Cylindrical-coordinate representation of color #B99653: hue angle of 39.41º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B99653 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 150 83 -
CMYK 0 0.19 0.55 0.27
HSL 39.41º 0.42% 0.53% -
HSV(B) 39.41º 0.55% 0.73% -
XYZ 32.48 32.75 12.79 -
YUV 152.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 185 150 83 0 0.19 0.55 0.27 39.41 0.42 0.53
Hex B9 96 53 0 13 37 1B 27 2A 35
Octal 271 226 123 0 23 67 33 47 52 65
Binary 10111001 10010110 1010011 0 10011 110111 11011 100111 101010 110101

Color Harmonies of #B99653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99653

Black with #B99653

Text Example


Text Example

White with #B99653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99653; }

 p { color: rgb(185,150,83); }

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

background-color css

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

 a { background-color: rgb(185,150,83); }

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

border-color css

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

 span { border-color: rgb(185,150,83); }

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