Html Css Color HEX #B1955B Barley Corn

📋 copy color: '#B1955B'

red 177 ◦ green 149 ◦ blue 91

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

Shades of Barley Corn #B1955B

Tints of Barley Corn #B1955B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 42.45%
G = 35.73%
B = 21.82%

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

#B1955B (or 0xB1955B) is known color: Barley Corn. HEX triplet: B1, 95 and 5B. RGB value is (177,149,91). Sum of RGB (Red+Green+Blue) = 177+149+91=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1955B is #4E6AA4. Grayscale: #979797. Windows color (decimal): -5139109 or 6002097. OLE color: 6002097.

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

Color convert

RGB 177 149 91 -
CMYK 0 0.16 0.49 0.31
HSL 40.47º 0.36% 0.53% -
HSV(B) 40.47º 0.49% 0.69% -
XYZ 30.77 31.6 14.37 -
YUV 150.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 177 149 91 0 0.16 0.49 0.31 40.47 0.36 0.53
Hex B1 95 5B 0 10 31 1F 28 24 35
Octal 261 225 133 0 20 61 37 50 44 65
Binary 10110001 10010101 1011011 0 10000 110001 11111 101000 100100 110101

Color Harmonies of #B1955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1955B

Black with #B1955B

Text Example


Text Example

White with #B1955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1955B; }

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

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

background-color css

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

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

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

border-color css

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

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

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