Html Css Color HEX #B1905A Barley Corn

📋 copy color: '#B1905A'

red 177 ◦ green 144 ◦ blue 90

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

Shades of Barley Corn #B1905A

Tints of Barley Corn #B1905A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 43.07%
G = 35.04%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1905A (or 0xB1905A) is known color: Barley Corn. HEX triplet: B1, 90 and 5A. RGB value is (177,144,90). Sum of RGB (Red+Green+Blue) = 177+144+90=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1905A is #4E6FA5. Grayscale: #939393. Windows color (decimal): -5140390 or 5935281. OLE color: 5935281.

HSL color Cylindrical-coordinate representation of color #B1905A: hue angle of 37.24º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1905A is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 144 90 -
CMYK 0 0.19 0.49 0.31
HSL 37.24º 0.36% 0.52% -
HSV(B) 37.24º 0.49% 0.69% -
XYZ 29.95 30.03 13.89 -
YUV 147.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 177 144 90 0 0.19 0.49 0.31 37.24 0.36 0.52
Hex B1 90 5A 0 13 31 1F 25 24 34
Octal 261 220 132 0 23 61 37 45 44 64
Binary 10110001 10010000 1011010 0 10011 110001 11111 100101 100100 110100

Color Harmonies of #B1905A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1905A

Black with #B1905A

Text Example


Text Example

White with #B1905A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1905A; }

 p { color: rgb(177,144,90); }

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

background-color css

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

 a { background-color: rgb(177,144,90); }

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

border-color css

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

 span { border-color: rgb(177,144,90); }

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