Html Css Color HEX #B1935B Barley Corn

📋 copy color: '#B1935B'

red 177 ◦ green 147 ◦ blue 91

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

Shades of Barley Corn #B1935B

Tints of Barley Corn #B1935B

RGB

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

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

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

R = 42.65%
G = 35.42%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1935B (or 0xB1935B) is known color: Barley Corn. HEX triplet: B1, 93 and 5B. RGB value is (177,147,91). Sum of RGB (Red+Green+Blue) = 177+147+91=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1935B is #4E6CA4. Grayscale: #959595. Windows color (decimal): -5139621 or 6001585. OLE color: 6001585.

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

Color convert

RGB 177 147 91 -
CMYK 0 0.17 0.49 0.31
HSL 39.07º 0.36% 0.53% -
HSV(B) 39.07º 0.49% 0.69% -
XYZ 30.45 30.97 14.27 -
YUV 149.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 177 147 91 0 0.17 0.49 0.31 39.07 0.36 0.53
Hex B1 93 5B 0 11 31 1F 27 24 35
Octal 261 223 133 0 21 61 37 47 44 65
Binary 10110001 10010011 1011011 0 10001 110001 11111 100111 100100 110101

Color Harmonies of #B1935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1935B

Black with #B1935B

Text Example


Text Example

White with #B1935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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