Html Css Color HEX #B88A5C Barley Corn

📋 copy color: '#B88A5C'

red 184 ◦ green 138 ◦ blue 92

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

Shades of Barley Corn #B88A5C

Tints of Barley Corn #B88A5C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

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

R = 44.44%
G = 33.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B88A5C (or 0xB88A5C) is known color: Barley Corn. HEX triplet: B8, 8A and 5C. RGB value is (184,138,92). Sum of RGB (Red+Green+Blue) = 184+138+92=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A5C is #4775A3. Grayscale: #929292. Windows color (decimal): -4683172 or 6064824. OLE color: 6064824.

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

Color convert

RGB 184 138 92 -
CMYK 0 0.25 0.50 0.28
HSL 30º 0.39% 0.54% -
HSV(B) 30º 0.5% 0.72% -
XYZ 30.79 29.14 14.13 -
YUV 146.51 97.24 154.74 -
System Red Green Blue C M Y K H S L
Decimal 184 138 92 0 0.25 0.50 0.28 30 0.39 0.54
Hex B8 8A 5C 0 19 32 1C 1E 27 36
Octal 270 212 134 0 31 62 34 36 47 66
Binary 10111000 10001010 1011100 0 11001 110010 11100 11110 100111 110110

Color Harmonies of #B88A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A5C

Black with #B88A5C

Text Example


Text Example

White with #B88A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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