#B7975D

Color #B7975D Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #B7975D

Tints of Barley Corn #B7975D

Color information

#B7975D (or 0xB7975D) is unknown color: approx Barley Corn. HEX triplet: B7, 97 and 5D. RGB value is (183,151,93). Sum of RGB (Red+Green+Blue) = 183+151+93=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7975D is #4868A2. Grayscale: #9A9A9A. Windows color (decimal): -4745379 or 6133687. OLE color: 6133687.

HSL color Cylindrical-coordinate representation of color #B7975D: hue angle of 38.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7975D is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18315193-
CMYK00.170.490.28
HSL38.67º38.46%54.12%-
HSV(B)38.67º49.18%71.76%-
XYZ32.5732.9915.01-
YUV153.9693.6148.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=42.86%
G=35.36%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831519300.170.490.2838.6738.4654.12
HexB7975D011311C272636
Octal2672271350216134474666
Binary1011011110010111101110101000111000111100100111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7975D; }

 p { color: rgb(183,151,93); }

 H1.HeaderClassName
 {
   color: #B7975D;
 }
 .AnyTagClassName
 {
   color: #B7975D;
 }
</style>
background-color css

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

 a { background-color: rgb(183,151,93); }

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

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

 span { border-color: rgb(183,151,93); }

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