Html Css Color HEX #B88D5A Barley Corn

📋 copy color: '#B88D5A'

red 184 ◦ green 141 ◦ blue 90

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

Shades of Barley Corn #B88D5A

Tints of Barley Corn #B88D5A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.98%

 BLUE value IS 90 (35.55% from 255) = 21.69%

R = 44.34%
G = 33.98%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B88D5A (or 0xB88D5A) is known color: Barley Corn. HEX triplet: B8, 8D and 5A. RGB value is (184,141,90). Sum of RGB (Red+Green+Blue) = 184+141+90=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88D5A is #4772A5. Grayscale: #949494. Windows color (decimal): -4682406 or 5934520. OLE color: 5934520.

HSL color Cylindrical-coordinate representation of color #B88D5A: hue angle of 32.55º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B88D5A is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 141 90 -
CMYK 0 0.23 0.51 0.28
HSL 32.55º 0.4% 0.54% -
HSV(B) 32.55º 0.51% 0.72% -
XYZ 31.14 29.98 13.82 -
YUV 148.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 184 141 90 0 0.23 0.51 0.28 32.55 0.4 0.54
Hex B8 8D 5A 0 17 33 1C 21 28 36
Octal 270 215 132 0 27 63 34 41 50 66
Binary 10111000 10001101 1011010 0 10111 110011 11100 100001 101000 110110

Color Harmonies of #B88D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88D5A

Black with #B88D5A

Text Example


Text Example

White with #B88D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88D5A; }

 p { color: rgb(184,141,90); }

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

background-color css

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

 a { background-color: rgb(184,141,90); }

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

border-color css

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

 span { border-color: rgb(184,141,90); }

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