Html Css Color HEX #BCA375 Fallow

📋 copy color: '#BCA375'

red 188 ◦ green 163 ◦ blue 117

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

Shades of Fallow #BCA375

Tints of Fallow #BCA375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25%

R = 40.17%
G = 34.83%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCA375 (or 0xBCA375) is known color: Fallow. HEX triplet: BC, A3 and 75. RGB value is (188,163,117). Sum of RGB (Red+Green+Blue) = 188+163+117=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA375 is #435C8A. Grayscale: #A5A5A5. Windows color (decimal): -4414603 or 7709628. OLE color: 7709628.

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

Color convert

RGB 188 163 117 -
CMYK 0 0.13 0.38 0.26
HSL 38.87º 0.35% 0.6% -
HSV(B) 38.87º 0.38% 0.74% -
XYZ 37.05 38.17 22.24 -
YUV 165.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 188 163 117 0 0.13 0.38 0.26 38.87 0.35 0.6
Hex BC A3 75 0 D 26 1A 27 23 3C
Octal 274 243 165 0 15 46 32 47 43 74
Binary 10111100 10100011 1110101 0 1101 100110 11010 100111 100011 111100

Color Harmonies of #BCA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA375

Black with #BCA375

Text Example


Text Example

White with #BCA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA375; }

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

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

background-color css

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

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

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

border-color css

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

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

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