Html Css Color HEX #B3956A Barley Corn

📋 copy color: '#B3956A'

red 179 ◦ green 149 ◦ blue 106

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

Shades of Barley Corn #B3956A

Tints of Barley Corn #B3956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.33%

 BLUE value IS 106 (41.8% from 255) = 24.42%

R = 41.24%
G = 34.33%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3956A (or 0xB3956A) is known color: Barley Corn. HEX triplet: B3, 95 and 6A. RGB value is (179,149,106). Sum of RGB (Red+Green+Blue) = 179+149+106=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3956A is #4C6A95. Grayscale: #999999. Windows color (decimal): -5008022 or 6985139. OLE color: 6985139.

HSL color Cylindrical-coordinate representation of color #B3956A: hue angle of 35.34º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3956A is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 149 106 -
CMYK 0 0.17 0.41 0.30
HSL 35.34º 0.32% 0.56% -
HSV(B) 35.34º 0.41% 0.7% -
XYZ 31.94 32.12 18.15 -
YUV 153.07 101.44 146.5 -
System Red Green Blue C M Y K H S L
Decimal 179 149 106 0 0.17 0.41 0.30 35.34 0.32 0.56
Hex B3 95 6A 0 11 29 1E 23 20 38
Octal 263 225 152 0 21 51 36 43 40 70
Binary 10110011 10010101 1101010 0 10001 101001 11110 100011 100000 111000

Color Harmonies of #B3956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3956A

Black with #B3956A

Text Example


Text Example

White with #B3956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3956A; }

 p { color: rgb(179,149,106); }

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

background-color css

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

 a { background-color: rgb(179,149,106); }

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

border-color css

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

 span { border-color: rgb(179,149,106); }

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