Html Css Color HEX #BB8C63 Barley Corn

📋 copy color: '#BB8C63'

red 187 ◦ green 140 ◦ blue 99

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

Shades of Barley Corn #BB8C63

Tints of Barley Corn #BB8C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.86%

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

R = 43.9%
G = 32.86%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB8C63 (or 0xBB8C63) is known color: Barley Corn. HEX triplet: BB, 8C and 63. RGB value is (187,140,99). Sum of RGB (Red+Green+Blue) = 187+140+99=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C63 is #44739C. Grayscale: #959595. Windows color (decimal): -4486045 or 6524091. OLE color: 6524091.

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

Color convert

RGB 187 140 99 -
CMYK 0 0.25 0.47 0.27
HSL 27.95º 0.39% 0.56% -
HSV(B) 27.95º 0.47% 0.73% -
XYZ 32.12 30.22 15.94 -
YUV 149.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 187 140 99 0 0.25 0.47 0.27 27.95 0.39 0.56
Hex BB 8C 63 0 19 2F 1B 1C 27 38
Octal 273 214 143 0 31 57 33 34 47 70
Binary 10111011 10001100 1100011 0 11001 101111 11011 11100 100111 111000

Color Harmonies of #BB8C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C63

Black with #BB8C63

Text Example


Text Example

White with #BB8C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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