Html Css Color HEX #BB985E Barley Corn

📋 copy color: '#BB985E'

red 187 ◦ green 152 ◦ blue 94

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

Shades of Barley Corn #BB985E

Tints of Barley Corn #BB985E

RGB

 RED value IS 187 (73.44% from 255) = 43.19%

 GREEN value IS 152 (59.77% from 255) = 35.1%

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 43.19%
G = 35.1%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB985E (or 0xBB985E) is known color: Barley Corn. HEX triplet: BB, 98 and 5E. RGB value is (187,152,94). Sum of RGB (Red+Green+Blue) = 187+152+94=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB985E is #4467A1. Grayscale: #9C9C9C. Windows color (decimal): -4482978 or 6199483. OLE color: 6199483.

HSL color Cylindrical-coordinate representation of color #BB985E: hue angle of 37.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB985E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 152 94 -
CMYK 0 0.19 0.50 0.27
HSL 37.42º 0.41% 0.55% -
HSV(B) 37.42º 0.5% 0.73% -
XYZ 33.74 33.83 15.34 -
YUV 155.85 93.1 150.22 -
System Red Green Blue C M Y K H S L
Decimal 187 152 94 0 0.19 0.50 0.27 37.42 0.41 0.55
Hex BB 98 5E 0 13 32 1B 25 29 37
Octal 273 230 136 0 23 62 33 45 51 67
Binary 10111011 10011000 1011110 0 10011 110010 11011 100101 101001 110111

Color Harmonies of #BB985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB985E

Black with #BB985E

Text Example


Text Example

White with #BB985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB985E; }

 p { color: rgb(187,152,94); }

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

background-color css

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

 a { background-color: rgb(187,152,94); }

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

border-color css

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

 span { border-color: rgb(187,152,94); }

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