Html Css Color HEX #B3915D Barley Corn

📋 copy color: '#B3915D'

red 179 ◦ green 145 ◦ blue 93

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

Shades of Barley Corn #B3915D

Tints of Barley Corn #B3915D

RGB

 RED value IS 179 (70.31% from 255) = 42.93%

 GREEN value IS 145 (57.03% from 255) = 34.77%

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

R = 42.93%
G = 34.77%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3915D (or 0xB3915D) is known color: Barley Corn. HEX triplet: B3, 91 and 5D. RGB value is (179,145,93). Sum of RGB (Red+Green+Blue) = 179+145+93=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3915D is #4C6EA2. Grayscale: #959595. Windows color (decimal): -5009059 or 6132147. OLE color: 6132147.

HSL color Cylindrical-coordinate representation of color #B3915D: hue angle of 36.28º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3915D is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 145 93 -
CMYK 0 0.19 0.48 0.30
HSL 36.28º 0.36% 0.53% -
HSV(B) 36.28º 0.48% 0.7% -
XYZ 30.69 30.62 14.65 -
YUV 149.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 179 145 93 0 0.19 0.48 0.30 36.28 0.36 0.53
Hex B3 91 5D 0 13 30 1E 24 24 35
Octal 263 221 135 0 23 60 36 44 44 65
Binary 10110011 10010001 1011101 0 10011 110000 11110 100100 100100 110101

Color Harmonies of #B3915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3915D

Black with #B3915D

Text Example


Text Example

White with #B3915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3915D; }

 p { color: rgb(179,145,93); }

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

background-color css

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

 a { background-color: rgb(179,145,93); }

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

border-color css

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

 span { border-color: rgb(179,145,93); }

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