Html Css Color HEX #B2915B Barley Corn

📋 copy color: '#B2915B'

red 178 ◦ green 145 ◦ blue 91

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

Shades of Barley Corn #B2915B

Tints of Barley Corn #B2915B

RGB

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

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

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

R = 43%
G = 35.02%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2915B (or 0xB2915B) is known color: Barley Corn. HEX triplet: B2, 91 and 5B. RGB value is (178,145,91). Sum of RGB (Red+Green+Blue) = 178+145+91=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B2915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2915B is #4D6EA4. Grayscale: #949494. Windows color (decimal): -5074597 or 6001074. OLE color: 6001074.

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

Color convert

RGB 178 145 91 -
CMYK 0 0.19 0.49 0.30
HSL 37.24º 0.36% 0.53% -
HSV(B) 37.24º 0.49% 0.7% -
XYZ 30.37 30.47 14.18 -
YUV 148.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 178 145 91 0 0.19 0.49 0.30 37.24 0.36 0.53
Hex B2 91 5B 0 13 31 1E 25 24 35
Octal 262 221 133 0 23 61 36 45 44 65
Binary 10110010 10010001 1011011 0 10011 110001 11110 100101 100100 110101

Color Harmonies of #B2915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2915B

Black with #B2915B

Text Example


Text Example

White with #B2915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2915B; }

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

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

background-color css

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

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

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

border-color css

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

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

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