Html Css Color HEX #B1935C Barley Corn

📋 copy color: '#B1935C'

red 177 ◦ green 147 ◦ blue 92

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

Shades of Barley Corn #B1935C

Tints of Barley Corn #B1935C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.34%

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 42.55%
G = 35.34%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1935C (or 0xB1935C) is known color: Barley Corn. HEX triplet: B1, 93 and 5C. RGB value is (177,147,92). Sum of RGB (Red+Green+Blue) = 177+147+92=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1935C is #4E6CA3. Grayscale: #959595. Windows color (decimal): -5139620 or 6067121. OLE color: 6067121.

HSL color Cylindrical-coordinate representation of color #B1935C: hue angle of 38.82º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1935C is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 147 92 -
CMYK 0 0.17 0.48 0.31
HSL 38.82º 0.35% 0.53% -
HSV(B) 38.82º 0.48% 0.69% -
XYZ 30.5 30.99 14.5 -
YUV 149.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 177 147 92 0 0.17 0.48 0.31 38.82 0.35 0.53
Hex B1 93 5C 0 11 30 1F 27 23 35
Octal 261 223 134 0 21 60 37 47 43 65
Binary 10110001 10010011 1011100 0 10001 110000 11111 100111 100011 110101

Color Harmonies of #B1935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1935C

Black with #B1935C

Text Example


Text Example

White with #B1935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1935C; }

 p { color: rgb(177,147,92); }

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

background-color css

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

 a { background-color: rgb(177,147,92); }

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

border-color css

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

 span { border-color: rgb(177,147,92); }

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