Html Css Color HEX #B8975D Barley Corn

📋 copy color: '#B8975D'

red 184 ◦ green 151 ◦ blue 93

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

Shades of Barley Corn #B8975D

Tints of Barley Corn #B8975D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.73%

R = 42.99%
G = 35.28%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8975D (or 0xB8975D) is known color: Barley Corn. HEX triplet: B8, 97 and 5D. RGB value is (184,151,93). Sum of RGB (Red+Green+Blue) = 184+151+93=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8975D is #4768A2. Grayscale: #9A9A9A. Windows color (decimal): -4679843 or 6133688. OLE color: 6133688.

HSL color Cylindrical-coordinate representation of color #B8975D: hue angle of 38.24º degrees, saturation: 0.39, 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 #B8975D is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 151 93 -
CMYK 0 0.18 0.49 0.28
HSL 38.24º 0.39% 0.54% -
HSV(B) 38.24º 0.49% 0.72% -
XYZ 32.81 33.11 15.02 -
YUV 154.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 184 151 93 0 0.18 0.49 0.28 38.24 0.39 0.54
Hex B8 97 5D 0 12 31 1C 26 27 36
Octal 270 227 135 0 22 61 34 46 47 66
Binary 10111000 10010111 1011101 0 10010 110001 11100 100110 100111 110110

Color Harmonies of #B8975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8975D

Black with #B8975D

Text Example


Text Example

White with #B8975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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