Html Css Color HEX #BB9463 Barley Corn

📋 copy color: '#BB9463'

red 187 ◦ green 148 ◦ blue 99

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

Shades of Barley Corn #BB9463

Tints of Barley Corn #BB9463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

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

R = 43.09%
G = 34.1%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB9463 (or 0xBB9463) is known color: Barley Corn. HEX triplet: BB, 94 and 63. RGB value is (187,148,99). Sum of RGB (Red+Green+Blue) = 187+148+99=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9463 is #446B9C. Grayscale: #9A9A9A. Windows color (decimal): -4483997 or 6526139. OLE color: 6526139.

HSL color Cylindrical-coordinate representation of color #BB9463: hue angle of 33.41º 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 #BB9463 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 99 -
CMYK 0 0.21 0.47 0.27
HSL 33.41º 0.39% 0.56% -
HSV(B) 33.41º 0.47% 0.73% -
XYZ 33.34 32.65 16.35 -
YUV 154.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 187 148 99 0 0.21 0.47 0.27 33.41 0.39 0.56
Hex BB 94 63 0 15 2F 1B 21 27 38
Octal 273 224 143 0 25 57 33 41 47 70
Binary 10111011 10010100 1100011 0 10101 101111 11011 100001 100111 111000

Color Harmonies of #BB9463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9463

Black with #BB9463

Text Example


Text Example

White with #BB9463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9463; }

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

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

background-color css

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

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

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

border-color css

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

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

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