Html Css Color HEX #B1955A Barley Corn

📋 copy color: '#B1955A'

red 177 ◦ green 149 ◦ blue 90

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

Shades of Barley Corn #B1955A

Tints of Barley Corn #B1955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.82%

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

R = 42.55%
G = 35.82%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1955A (or 0xB1955A) is known color: Barley Corn. HEX triplet: B1, 95 and 5A. RGB value is (177,149,90). Sum of RGB (Red+Green+Blue) = 177+149+90=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1955A is #4E6AA5. Grayscale: #969696. Windows color (decimal): -5139110 or 5936561. OLE color: 5936561.

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

Color convert

RGB 177 149 90 -
CMYK 0 0.16 0.49 0.31
HSL 40.69º 0.36% 0.52% -
HSV(B) 40.69º 0.49% 0.69% -
XYZ 30.72 31.58 14.15 -
YUV 150.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 177 149 90 0 0.16 0.49 0.31 40.69 0.36 0.52
Hex B1 95 5A 0 10 31 1F 29 24 34
Octal 261 225 132 0 20 61 37 51 44 64
Binary 10110001 10010101 1011010 0 10000 110001 11111 101001 100100 110100

Color Harmonies of #B1955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1955A

Black with #B1955A

Text Example


Text Example

White with #B1955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1955A; }

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

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

background-color css

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

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

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

border-color css

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

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

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