Html Css Color HEX #BC965A Barley Corn

📋 copy color: '#BC965A'

red 188 ◦ green 150 ◦ blue 90

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

Shades of Barley Corn #BC965A

Tints of Barley Corn #BC965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.05%

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

R = 43.93%
G = 35.05%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC965A (or 0xBC965A) is known color: Barley Corn. HEX triplet: BC, 96 and 5A. RGB value is (188,150,90). Sum of RGB (Red+Green+Blue) = 188+150+90=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC965A is #4369A5. Grayscale: #9A9A9A. Windows color (decimal): -4417958 or 5936828. OLE color: 5936828.

HSL color Cylindrical-coordinate representation of color #BC965A: hue angle of 36.73º 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 #BC965A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 90 -
CMYK 0 0.20 0.52 0.26
HSL 36.73º 0.42% 0.55% -
HSV(B) 36.73º 0.52% 0.74% -
XYZ 33.49 33.24 14.32 -
YUV 154.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 188 150 90 0 0.20 0.52 0.26 36.73 0.42 0.55
Hex BC 96 5A 0 14 34 1A 25 2A 37
Octal 274 226 132 0 24 64 32 45 52 67
Binary 10111100 10010110 1011010 0 10100 110100 11010 100101 101010 110111

Color Harmonies of #BC965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC965A

Black with #BC965A

Text Example


Text Example

White with #BC965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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