Html Css Color HEX #B8905C Barley Corn

📋 copy color: '#B8905C'

red 184 ◦ green 144 ◦ blue 92

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

Shades of Barley Corn #B8905C

Tints of Barley Corn #B8905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.29%

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

R = 43.81%
G = 34.29%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8905C (or 0xB8905C) is known color: Barley Corn. HEX triplet: B8, 90 and 5C. RGB value is (184,144,92). Sum of RGB (Red+Green+Blue) = 184+144+92=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8905C is #476FA3. Grayscale: #969696. Windows color (decimal): -4681636 or 6066360. OLE color: 6066360.

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

Color convert

RGB 184 144 92 -
CMYK 0 0.22 0.50 0.28
HSL 33.91º 0.39% 0.54% -
HSV(B) 33.91º 0.5% 0.72% -
XYZ 31.67 30.91 14.42 -
YUV 150.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 184 144 92 0 0.22 0.50 0.28 33.91 0.39 0.54
Hex B8 90 5C 0 16 32 1C 22 27 36
Octal 270 220 134 0 26 62 34 42 47 66
Binary 10111000 10010000 1011100 0 10110 110010 11100 100010 100111 110110

Color Harmonies of #B8905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8905C

Black with #B8905C

Text Example


Text Example

White with #B8905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8905C; }

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

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

background-color css

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

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

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

border-color css

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

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

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