Html Css Color HEX #B99B65 Barley Corn

📋 copy color: '#B99B65'

red 185 ◦ green 155 ◦ blue 101

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

Shades of Barley Corn #B99B65

Tints of Barley Corn #B99B65

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.15%

 BLUE value IS 101 (39.84% from 255) = 22.9%

R = 41.95%
G = 35.15%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B99B65 (or 0xB99B65) is known color: Barley Corn. HEX triplet: B9, 9B and 65. RGB value is (185,155,101). Sum of RGB (Red+Green+Blue) = 185+155+101=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B65 is #46649A. Grayscale: #9E9E9E. Windows color (decimal): -4613275 or 6659001. OLE color: 6659001.

HSL color Cylindrical-coordinate representation of color #B99B65: hue angle of 38.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B99B65 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 155 101 -
CMYK 0 0.16 0.45 0.27
HSL 38.57º 0.38% 0.56% -
HSV(B) 38.57º 0.45% 0.73% -
XYZ 34.08 34.7 17.21 -
YUV 157.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 185 155 101 0 0.16 0.45 0.27 38.57 0.38 0.56
Hex B9 9B 65 0 10 2D 1B 27 26 38
Octal 271 233 145 0 20 55 33 47 46 70
Binary 10111001 10011011 1100101 0 10000 101101 11011 100111 100110 111000

Color Harmonies of #B99B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B65

Black with #B99B65

Text Example


Text Example

White with #B99B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B65; }

 p { color: rgb(185,155,101); }

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

background-color css

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

 a { background-color: rgb(185,155,101); }

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

border-color css

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

 span { border-color: rgb(185,155,101); }

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