Html Css Color HEX #B4875C Barley Corn

📋 copy color: '#B4875C'

red 180 ◦ green 135 ◦ blue 92

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

Shades of Barley Corn #B4875C

Tints of Barley Corn #B4875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.17%

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

R = 44.23%
G = 33.17%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4875C (or 0xB4875C) is known color: Barley Corn. HEX triplet: B4, 87 and 5C. RGB value is (180,135,92). Sum of RGB (Red+Green+Blue) = 180+135+92=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4875C is #4B78A3. Grayscale: #8F8F8F. Windows color (decimal): -4946084 or 6064052. OLE color: 6064052.

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

Color convert

RGB 180 135 92 -
CMYK 0 0.25 0.49 0.29
HSL 29.32º 0.37% 0.53% -
HSV(B) 29.32º 0.49% 0.71% -
XYZ 29.42 27.8 13.94 -
YUV 143.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 180 135 92 0 0.25 0.49 0.29 29.32 0.37 0.53
Hex B4 87 5C 0 19 31 1D 1D 25 35
Octal 264 207 134 0 31 61 35 35 45 65
Binary 10110100 10000111 1011100 0 11001 110001 11101 11101 100101 110101

Color Harmonies of #B4875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4875C

Black with #B4875C

Text Example


Text Example

White with #B4875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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