Html Css Color HEX #B19865 Barley Corn

📋 copy color: '#B19865'

red 177 ◦ green 152 ◦ blue 101

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

Shades of Barley Corn #B19865

Tints of Barley Corn #B19865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.35%

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

R = 41.16%
G = 35.35%
B = 23.49%

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

#B19865 (or 0xB19865) is known color: Barley Corn. HEX triplet: B1, 98 and 65. RGB value is (177,152,101). Sum of RGB (Red+Green+Blue) = 177+152+101=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B19865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19865 is #4E679A. Grayscale: #999999. Windows color (decimal): -5138331 or 6658225. OLE color: 6658225.

HSL color Cylindrical-coordinate representation of color #B19865: hue angle of 40.26º 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 #B19865 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 152 101 -
CMYK 0 0.14 0.43 0.31
HSL 40.26º 0.33% 0.55% -
HSV(B) 40.26º 0.43% 0.69% -
XYZ 31.71 32.74 16.96 -
YUV 153.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 177 152 101 0 0.14 0.43 0.31 40.26 0.33 0.55
Hex B1 98 65 0 E 2B 1F 28 21 37
Octal 261 230 145 0 16 53 37 50 41 67
Binary 10110001 10011000 1100101 0 1110 101011 11111 101000 100001 110111

Color Harmonies of #B19865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19865

Black with #B19865

Text Example


Text Example

White with #B19865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19865; }

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

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

background-color css

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

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

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

border-color css

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

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

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