Html Css Color HEX #B1935D Barley Corn

📋 copy color: '#B1935D'

red 177 ◦ green 147 ◦ blue 93

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

Shades of Barley Corn #B1935D

Tints of Barley Corn #B1935D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 42.45%
G = 35.25%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1935D (or 0xB1935D) is known color: Barley Corn. HEX triplet: B1, 93 and 5D. RGB value is (177,147,93). Sum of RGB (Red+Green+Blue) = 177+147+93=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1935D is #4E6CA2. Grayscale: #969696. Windows color (decimal): -5139619 or 6132657. OLE color: 6132657.

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

Color convert

RGB 177 147 93 -
CMYK 0 0.17 0.47 0.31
HSL 38.57º 0.35% 0.53% -
HSV(B) 38.57º 0.47% 0.69% -
XYZ 30.54 31 14.73 -
YUV 149.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 177 147 93 0 0.17 0.47 0.31 38.57 0.35 0.53
Hex B1 93 5D 0 11 2F 1F 27 23 35
Octal 261 223 135 0 21 57 37 47 43 65
Binary 10110001 10010011 1011101 0 10001 101111 11111 100111 100011 110101

Color Harmonies of #B1935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1935D

Black with #B1935D

Text Example


Text Example

White with #B1935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1935D; }

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

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

background-color css

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

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

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

border-color css

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

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

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