Html Css Color HEX #B4975C Barley Corn

📋 copy color: '#B4975C'

red 180 ◦ green 151 ◦ blue 92

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

Shades of Barley Corn #B4975C

Tints of Barley Corn #B4975C

RGB

 RED value IS 180 (70.7% from 255) = 42.55%

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

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

R = 42.55%
G = 35.7%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4975C (or 0xB4975C) is known color: Barley Corn. HEX triplet: B4, 97 and 5C. RGB value is (180,151,92). Sum of RGB (Red+Green+Blue) = 180+151+92=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4975C is #4B68A3. Grayscale: #999999. Windows color (decimal): -4941988 or 6068148. OLE color: 6068148.

HSL color Cylindrical-coordinate representation of color #B4975C: hue angle of 40.23º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4975C is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 151 92 -
CMYK 0 0.16 0.49 0.29
HSL 40.23º 0.37% 0.53% -
HSV(B) 40.23º 0.49% 0.71% -
XYZ 31.82 32.61 14.74 -
YUV 152.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 180 151 92 0 0.16 0.49 0.29 40.23 0.37 0.53
Hex B4 97 5C 0 10 31 1D 28 25 35
Octal 264 227 134 0 20 61 35 50 45 65
Binary 10110100 10010111 1011100 0 10000 110001 11101 101000 100101 110101

Color Harmonies of #B4975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4975C

Black with #B4975C

Text Example


Text Example

White with #B4975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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