Html Css Color HEX #B3975C Barley Corn

📋 copy color: '#B3975C'

red 179 ◦ green 151 ◦ blue 92

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

Shades of Barley Corn #B3975C

Tints of Barley Corn #B3975C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.78%

 BLUE value IS 92 (36.33% from 255) = 21.8%

R = 42.42%
G = 35.78%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3975C (or 0xB3975C) is known color: Barley Corn. HEX triplet: B3, 97 and 5C. RGB value is (179,151,92). Sum of RGB (Red+Green+Blue) = 179+151+92=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3975C is #4C68A3. Grayscale: #989898. Windows color (decimal): -5007524 or 6068147. OLE color: 6068147.

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

Color convert

RGB 179 151 92 -
CMYK 0 0.16 0.49 0.30
HSL 40.69º 0.36% 0.53% -
HSV(B) 40.69º 0.49% 0.7% -
XYZ 31.59 32.49 14.73 -
YUV 152.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 179 151 92 0 0.16 0.49 0.30 40.69 0.36 0.53
Hex B3 97 5C 0 10 31 1E 29 24 35
Octal 263 227 134 0 20 61 36 51 44 65
Binary 10110011 10010111 1011100 0 10000 110001 11110 101001 100100 110101

Color Harmonies of #B3975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3975C

Black with #B3975C

Text Example


Text Example

White with #B3975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3975C; }

 p { color: rgb(179,151,92); }

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

background-color css

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

 a { background-color: rgb(179,151,92); }

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

border-color css

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

 span { border-color: rgb(179,151,92); }

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