Html Css Color HEX #B19965 Barley Corn

📋 copy color: '#B19965'

red 177 ◦ green 153 ◦ blue 101

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

Shades of Barley Corn #B19965

Tints of Barley Corn #B19965

RGB

 RED value IS 177 (69.53% from 255) = 41.07%

 GREEN value IS 153 (60.16% from 255) = 35.5%

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

R = 41.07%
G = 35.5%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B19965 (or 0xB19965) is known color: Barley Corn. HEX triplet: B1, 99 and 65. RGB value is (177,153,101). Sum of RGB (Red+Green+Blue) = 177+153+101=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B19965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19965 is #4E669A. Grayscale: #9A9A9A. Windows color (decimal): -5138075 or 6658481. OLE color: 6658481.

HSL color Cylindrical-coordinate representation of color #B19965: hue angle of 41.05º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B19965 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 101 -
CMYK 0 0.14 0.43 0.31
HSL 41.05º 0.33% 0.55% -
HSV(B) 41.05º 0.43% 0.69% -
XYZ 31.87 33.07 17.02 -
YUV 154.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 177 153 101 0 0.14 0.43 0.31 41.05 0.33 0.55
Hex B1 99 65 0 E 2B 1F 29 21 37
Octal 261 231 145 0 16 53 37 51 41 67
Binary 10110001 10011001 1100101 0 1110 101011 11111 101001 100001 110111

Color Harmonies of #B19965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19965

Black with #B19965

Text Example


Text Example

White with #B19965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19965; }

 p { color: rgb(177,153,101); }

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

background-color css

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

 a { background-color: rgb(177,153,101); }

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

border-color css

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

 span { border-color: rgb(177,153,101); }

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