Html Css Color HEX #BC945C Barley Corn

📋 copy color: '#BC945C'

red 188 ◦ green 148 ◦ blue 92

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

Shades of Barley Corn #BC945C

Tints of Barley Corn #BC945C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.58%

 BLUE value IS 92 (36.33% from 255) = 21.5%

R = 43.93%
G = 34.58%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC945C (or 0xBC945C) is known color: Barley Corn. HEX triplet: BC, 94 and 5C. RGB value is (188,148,92). Sum of RGB (Red+Green+Blue) = 188+148+92=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC945C is #436BA3. Grayscale: #999999. Windows color (decimal): -4418468 or 6067388. OLE color: 6067388.

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

Color convert

RGB 188 148 92 -
CMYK 0 0.21 0.51 0.26
HSL 35º 0.42% 0.55% -
HSV(B) 35º 0.51% 0.74% -
XYZ 33.26 32.64 14.67 -
YUV 153.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 188 148 92 0 0.21 0.51 0.26 35 0.42 0.55
Hex BC 94 5C 0 15 33 1A 23 2A 37
Octal 274 224 134 0 25 63 32 43 52 67
Binary 10111100 10010100 1011100 0 10101 110011 11010 100011 101010 110111

Color Harmonies of #BC945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC945C

Black with #BC945C

Text Example


Text Example

White with #BC945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC945C; }

 p { color: rgb(188,148,92); }

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

background-color css

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

 a { background-color: rgb(188,148,92); }

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

border-color css

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

 span { border-color: rgb(188,148,92); }

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