Html Css Color HEX #BCA378 Fallow

📋 copy color: '#BCA378'

red 188 ◦ green 163 ◦ blue 120

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

Shades of Fallow #BCA378

Tints of Fallow #BCA378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

 BLUE value IS 120 (47.27% from 255) = 25.48%

R = 39.92%
G = 34.61%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCA378 (or 0xBCA378) is known color: Fallow. HEX triplet: BC, A3 and 78. RGB value is (188,163,120). Sum of RGB (Red+Green+Blue) = 188+163+120=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA378 is #435C87. Grayscale: #A5A5A5. Windows color (decimal): -4414600 or 7906236. OLE color: 7906236.

HSL color Cylindrical-coordinate representation of color #BCA378: hue angle of 37.94º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCA378 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 120 -
CMYK 0 0.13 0.36 0.26
HSL 37.94º 0.34% 0.6% -
HSV(B) 37.94º 0.36% 0.74% -
XYZ 37.23 38.24 23.19 -
YUV 165.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 188 163 120 0 0.13 0.36 0.26 37.94 0.34 0.6
Hex BC A3 78 0 D 24 1A 26 22 3C
Octal 274 243 170 0 15 44 32 46 42 74
Binary 10111100 10100011 1111000 0 1101 100100 11010 100110 100010 111100

Color Harmonies of #BCA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA378

Black with #BCA378

Text Example


Text Example

White with #BCA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA378; }

 p { color: rgb(188,163,120); }

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

background-color css

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

 a { background-color: rgb(188,163,120); }

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

border-color css

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

 span { border-color: rgb(188,163,120); }

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