Html Css Color HEX #BB9863 Barley Corn

📋 copy color: '#BB9863'

red 187 ◦ green 152 ◦ blue 99

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

Shades of Barley Corn #BB9863

Tints of Barley Corn #BB9863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.6%

R = 42.69%
G = 34.7%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB9863 (or 0xBB9863) is known color: Barley Corn. HEX triplet: BB, 98 and 63. RGB value is (187,152,99). Sum of RGB (Red+Green+Blue) = 187+152+99=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9863 is #44679C. Grayscale: #9C9C9C. Windows color (decimal): -4482973 or 6527163. OLE color: 6527163.

HSL color Cylindrical-coordinate representation of color #BB9863: hue angle of 36.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB9863 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 152 99 -
CMYK 0 0.19 0.47 0.27
HSL 36.14º 0.39% 0.56% -
HSV(B) 36.14º 0.47% 0.73% -
XYZ 33.97 33.92 16.56 -
YUV 156.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 187 152 99 0 0.19 0.47 0.27 36.14 0.39 0.56
Hex BB 98 63 0 13 2F 1B 24 27 38
Octal 273 230 143 0 23 57 33 44 47 70
Binary 10111011 10011000 1100011 0 10011 101111 11011 100100 100111 111000

Color Harmonies of #BB9863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9863

Black with #BB9863

Text Example


Text Example

White with #BB9863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9863; }

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

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

background-color css

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

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

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

border-color css

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

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

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