Html Css Color HEX #BB9C63 Barley Corn

📋 copy color: '#BB9C63'

red 187 ◦ green 156 ◦ blue 99

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

Shades of Barley Corn #BB9C63

Tints of Barley Corn #BB9C63

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.29%

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

R = 42.31%
G = 35.29%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB9C63 (or 0xBB9C63) is known color: Barley Corn. HEX triplet: BB, 9C and 63. RGB value is (187,156,99). Sum of RGB (Red+Green+Blue) = 187+156+99=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C63 is #44639C. Grayscale: #9F9F9F. Windows color (decimal): -4481949 or 6528187. OLE color: 6528187.

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

Color convert

RGB 187 156 99 -
CMYK 0 0.17 0.47 0.27
HSL 38.86º 0.39% 0.56% -
HSV(B) 38.86º 0.47% 0.73% -
XYZ 34.63 35.24 16.78 -
YUV 158.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 187 156 99 0 0.17 0.47 0.27 38.86 0.39 0.56
Hex BB 9C 63 0 11 2F 1B 27 27 38
Octal 273 234 143 0 21 57 33 47 47 70
Binary 10111011 10011100 1100011 0 10001 101111 11011 100111 100111 111000

Color Harmonies of #BB9C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9C63

Black with #BB9C63

Text Example


Text Example

White with #BB9C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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