Html Css Color HEX #B8945C Barley Corn

📋 copy color: '#B8945C'

red 184 ◦ green 148 ◦ blue 92

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

Shades of Barley Corn #B8945C

Tints of Barley Corn #B8945C

RGB

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

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

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

R = 43.4%
G = 34.91%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8945C (or 0xB8945C) is known color: Barley Corn. HEX triplet: B8, 94 and 5C. RGB value is (184,148,92). Sum of RGB (Red+Green+Blue) = 184+148+92=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8945C is #476BA3. Grayscale: #989898. Windows color (decimal): -4680612 or 6067384. OLE color: 6067384.

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

Color convert

RGB 184 148 92 -
CMYK 0 0.20 0.50 0.28
HSL 36.52º 0.39% 0.54% -
HSV(B) 36.52º 0.5% 0.72% -
XYZ 32.29 32.14 14.63 -
YUV 152.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 184 148 92 0 0.20 0.50 0.28 36.52 0.39 0.54
Hex B8 94 5C 0 14 32 1C 25 27 36
Octal 270 224 134 0 24 62 34 45 47 66
Binary 10111000 10010100 1011100 0 10100 110010 11100 100101 100111 110110

Color Harmonies of #B8945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8945C

Black with #B8945C

Text Example


Text Example

White with #B8945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8945C; }

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

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

background-color css

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

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

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

border-color css

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

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

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