Html Css Color HEX #BB915E Barley Corn

📋 copy color: '#BB915E'

red 187 ◦ green 145 ◦ blue 94

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

Shades of Barley Corn #BB915E

Tints of Barley Corn #BB915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.04%

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

R = 43.9%
G = 34.04%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB915E (or 0xBB915E) is known color: Barley Corn. HEX triplet: BB, 91 and 5E. RGB value is (187,145,94). Sum of RGB (Red+Green+Blue) = 187+145+94=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB915E is #446EA1. Grayscale: #979797. Windows color (decimal): -4484770 or 6197691. OLE color: 6197691.

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

Color convert

RGB 187 145 94 -
CMYK 0 0.22 0.50 0.27
HSL 32.9º 0.41% 0.55% -
HSV(B) 32.9º 0.5% 0.73% -
XYZ 32.64 31.62 14.97 -
YUV 151.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 187 145 94 0 0.22 0.50 0.27 32.9 0.41 0.55
Hex BB 91 5E 0 16 32 1B 21 29 37
Octal 273 221 136 0 26 62 33 41 51 67
Binary 10111011 10010001 1011110 0 10110 110010 11011 100001 101001 110111

Color Harmonies of #BB915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB915E

Black with #BB915E

Text Example


Text Example

White with #BB915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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