Html Css Color HEX #B8945D Barley Corn

📋 copy color: '#B8945D'

red 184 ◦ green 148 ◦ blue 93

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

Shades of Barley Corn #B8945D

Tints of Barley Corn #B8945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.82%

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

R = 43.29%
G = 34.82%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8945D (or 0xB8945D) is known color: Barley Corn. HEX triplet: B8, 94 and 5D. RGB value is (184,148,93). Sum of RGB (Red+Green+Blue) = 184+148+93=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8945D is #476BA2. Grayscale: #989898. Windows color (decimal): -4680611 or 6132920. OLE color: 6132920.

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

Color convert

RGB 184 148 93 -
CMYK 0 0.20 0.49 0.28
HSL 36.26º 0.39% 0.54% -
HSV(B) 36.26º 0.49% 0.72% -
XYZ 32.33 32.16 14.86 -
YUV 152.49 94.43 150.47 -
System Red Green Blue C M Y K H S L
Decimal 184 148 93 0 0.20 0.49 0.28 36.26 0.39 0.54
Hex B8 94 5D 0 14 31 1C 24 27 36
Octal 270 224 135 0 24 61 34 44 47 66
Binary 10111000 10010100 1011101 0 10100 110001 11100 100100 100111 110110

Color Harmonies of #B8945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8945D

Black with #B8945D

Text Example


Text Example

White with #B8945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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