Html Css Color HEX #B2935B Barley Corn

📋 copy color: '#B2935B'

red 178 ◦ green 147 ◦ blue 91

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

Shades of Barley Corn #B2935B

Tints of Barley Corn #B2935B

RGB

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

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

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

R = 42.79%
G = 35.34%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2935B (or 0xB2935B) is known color: Barley Corn. HEX triplet: B2, 93 and 5B. RGB value is (178,147,91). Sum of RGB (Red+Green+Blue) = 178+147+91=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2935B is #4D6CA4. Grayscale: #969696. Windows color (decimal): -5074085 or 6001586. OLE color: 6001586.

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

Color convert

RGB 178 147 91 -
CMYK 0 0.17 0.49 0.30
HSL 38.62º 0.36% 0.53% -
HSV(B) 38.62º 0.49% 0.7% -
XYZ 30.68 31.09 14.28 -
YUV 149.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 178 147 91 0 0.17 0.49 0.30 38.62 0.36 0.53
Hex B2 93 5B 0 11 31 1E 27 24 35
Octal 262 223 133 0 21 61 36 47 44 65
Binary 10110010 10010011 1011011 0 10001 110001 11110 100111 100100 110101

Color Harmonies of #B2935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2935B

Black with #B2935B

Text Example


Text Example

White with #B2935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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