Html Css Color HEX #BB9E63 Barley Corn

📋 copy color: '#BB9E63'

red 187 ◦ green 158 ◦ blue 99

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

Shades of Barley Corn #BB9E63

Tints of Barley Corn #BB9E63

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.59%

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

R = 42.12%
G = 35.59%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB9E63 (or 0xBB9E63) is known color: Barley Corn. HEX triplet: BB, 9E and 63. RGB value is (187,158,99). Sum of RGB (Red+Green+Blue) = 187+158+99=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E63 is #44619C. Grayscale: #A0A0A0. Windows color (decimal): -4481437 or 6528699. OLE color: 6528699.

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

Color convert

RGB 187 158 99 -
CMYK 0 0.16 0.47 0.27
HSL 40.23º 0.39% 0.56% -
HSV(B) 40.23º 0.47% 0.73% -
XYZ 34.97 35.92 16.89 -
YUV 159.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 187 158 99 0 0.16 0.47 0.27 40.23 0.39 0.56
Hex BB 9E 63 0 10 2F 1B 28 27 38
Octal 273 236 143 0 20 57 33 50 47 70
Binary 10111011 10011110 1100011 0 10000 101111 11011 101000 100111 111000

Color Harmonies of #BB9E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E63

Black with #BB9E63

Text Example


Text Example

White with #BB9E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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