Html Css Color HEX #B19665 Barley Corn

📋 copy color: '#B19665'

red 177 ◦ green 150 ◦ blue 101

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

Shades of Barley Corn #B19665

Tints of Barley Corn #B19665

RGB

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

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

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

R = 41.36%
G = 35.05%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B19665 (or 0xB19665) is known color: Barley Corn. HEX triplet: B1, 96 and 65. RGB value is (177,150,101). Sum of RGB (Red+Green+Blue) = 177+150+101=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B19665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19665 is #4E699A. Grayscale: #989898. Windows color (decimal): -5138843 or 6657713. OLE color: 6657713.

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

Color convert

RGB 177 150 101 -
CMYK 0 0.15 0.43 0.31
HSL 38.68º 0.33% 0.55% -
HSV(B) 38.68º 0.43% 0.69% -
XYZ 31.39 32.1 16.85 -
YUV 152.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 177 150 101 0 0.15 0.43 0.31 38.68 0.33 0.55
Hex B1 96 65 0 F 2B 1F 27 21 37
Octal 261 226 145 0 17 53 37 47 41 67
Binary 10110001 10010110 1100101 0 1111 101011 11111 100111 100001 110111

Color Harmonies of #B19665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19665

Black with #B19665

Text Example


Text Example

White with #B19665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19665; }

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

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

background-color css

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

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

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

border-color css

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

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

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