Html Css Color HEX #BB9B5D Barley Corn

📋 copy color: '#BB9B5D'

red 187 ◦ green 155 ◦ blue 93

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

Shades of Barley Corn #BB9B5D

Tints of Barley Corn #BB9B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.63%

 BLUE value IS 93 (36.72% from 255) = 21.38%

R = 42.99%
G = 35.63%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB9B5D (or 0xBB9B5D) is known color: Barley Corn. HEX triplet: BB, 9B and 5D. RGB value is (187,155,93). Sum of RGB (Red+Green+Blue) = 187+155+93=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9B5D is #4464A2. Grayscale: #9D9D9D. Windows color (decimal): -4482211 or 6134715. OLE color: 6134715.

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

Color convert

RGB 187 155 93 -
CMYK 0 0.17 0.50 0.27
HSL 39.57º 0.41% 0.55% -
HSV(B) 39.57º 0.5% 0.73% -
XYZ 34.19 34.8 15.27 -
YUV 157.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 187 155 93 0 0.17 0.50 0.27 39.57 0.41 0.55
Hex BB 9B 5D 0 11 32 1B 28 29 37
Octal 273 233 135 0 21 62 33 50 51 67
Binary 10111011 10011011 1011101 0 10001 110010 11011 101000 101001 110111

Color Harmonies of #BB9B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9B5D

Black with #BB9B5D

Text Example


Text Example

White with #BB9B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9B5D; }

 p { color: rgb(187,155,93); }

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

background-color css

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

 a { background-color: rgb(187,155,93); }

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

border-color css

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

 span { border-color: rgb(187,155,93); }

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