Html Css Color HEX #B2915D Barley Corn

📋 copy color: '#B2915D'

red 178 ◦ green 145 ◦ blue 93

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

Shades of Barley Corn #B2915D

Tints of Barley Corn #B2915D

RGB

 RED value IS 178 (69.92% from 255) = 42.79%

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

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

R = 42.79%
G = 34.86%
B = 22.36%

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

#B2915D (or 0xB2915D) is known color: Barley Corn. HEX triplet: B2, 91 and 5D. RGB value is (178,145,93). Sum of RGB (Red+Green+Blue) = 178+145+93=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2915D is #4D6EA2. Grayscale: #959595. Windows color (decimal): -5074595 or 6132146. OLE color: 6132146.

HSL color Cylindrical-coordinate representation of color #B2915D: hue angle of 36.71º 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 #B2915D is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 145 93 -
CMYK 0 0.19 0.48 0.30
HSL 36.71º 0.36% 0.53% -
HSV(B) 36.71º 0.48% 0.7% -
XYZ 30.46 30.51 14.64 -
YUV 148.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 178 145 93 0 0.19 0.48 0.30 36.71 0.36 0.53
Hex B2 91 5D 0 13 30 1E 25 24 35
Octal 262 221 135 0 23 60 36 45 44 65
Binary 10110010 10010001 1011101 0 10011 110000 11110 100101 100100 110101

Color Harmonies of #B2915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2915D

Black with #B2915D

Text Example


Text Example

White with #B2915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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