Html Css Color HEX #B8975C Barley Corn

📋 copy color: '#B8975C'

red 184 ◦ green 151 ◦ blue 92

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

Shades of Barley Corn #B8975C

Tints of Barley Corn #B8975C

RGB

 RED value IS 184 (72.27% from 255) = 43.09%

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

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

R = 43.09%
G = 35.36%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8975C (or 0xB8975C) is known color: Barley Corn. HEX triplet: B8, 97 and 5C. RGB value is (184,151,92). Sum of RGB (Red+Green+Blue) = 184+151+92=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8975C is #4768A3. Grayscale: #9A9A9A. Windows color (decimal): -4679844 or 6068152. OLE color: 6068152.

HSL color Cylindrical-coordinate representation of color #B8975C: hue angle of 38.48º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8975C is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 151 92 -
CMYK 0 0.18 0.50 0.28
HSL 38.48º 0.39% 0.54% -
HSV(B) 38.48º 0.5% 0.72% -
XYZ 32.77 33.1 14.79 -
YUV 154.14 92.93 149.3 -
System Red Green Blue C M Y K H S L
Decimal 184 151 92 0 0.18 0.50 0.28 38.48 0.39 0.54
Hex B8 97 5C 0 12 32 1C 26 27 36
Octal 270 227 134 0 22 62 34 46 47 66
Binary 10111000 10010111 1011100 0 10010 110010 11100 100110 100111 110110

Color Harmonies of #B8975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8975C

Black with #B8975C

Text Example


Text Example

White with #B8975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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