Html Css Color HEX #BC9B5A Barley Corn

📋 copy color: '#BC9B5A'

red 188 ◦ green 155 ◦ blue 90

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

Shades of Barley Corn #BC9B5A

Tints of Barley Corn #BC9B5A

RGB

 RED value IS 188 (73.83% from 255) = 43.42%

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

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 43.42%
G = 35.8%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC9B5A (or 0xBC9B5A) is known color: Barley Corn. HEX triplet: BC, 9B and 5A. RGB value is (188,155,90). Sum of RGB (Red+Green+Blue) = 188+155+90=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B5A is #4364A5. Grayscale: #9D9D9D. Windows color (decimal): -4416678 or 5938108. OLE color: 5938108.

HSL color Cylindrical-coordinate representation of color #BC9B5A: hue angle of 39.8º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC9B5A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 155 90 -
CMYK 0 0.18 0.52 0.26
HSL 39.8º 0.42% 0.55% -
HSV(B) 39.8º 0.52% 0.74% -
XYZ 34.31 34.87 14.6 -
YUV 157.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 188 155 90 0 0.18 0.52 0.26 39.8 0.42 0.55
Hex BC 9B 5A 0 12 34 1A 28 2A 37
Octal 274 233 132 0 22 64 32 50 52 67
Binary 10111100 10011011 1011010 0 10010 110100 11010 101000 101010 110111

Color Harmonies of #BC9B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9B5A

Black with #BC9B5A

Text Example


Text Example

White with #BC9B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9B5A; }

 p { color: rgb(188,155,90); }

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

background-color css

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

 a { background-color: rgb(188,155,90); }

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

border-color css

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

 span { border-color: rgb(188,155,90); }

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