Html Css Color HEX #BCA379 Pavlova

📋 copy color: '#BCA379'

red 188 ◦ green 163 ◦ blue 121

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

Shades of Pavlova #BCA379

Tints of Pavlova #BCA379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.64%

R = 39.83%
G = 34.53%
B = 25.64%

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

#BCA379 (or 0xBCA379) is known color: Pavlova. HEX triplet: BC, A3 and 79. RGB value is (188,163,121). Sum of RGB (Red+Green+Blue) = 188+163+121=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA379 is #435C86. Grayscale: #A5A5A5. Windows color (decimal): -4414599 or 7971772. OLE color: 7971772.

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

Color convert

RGB 188 163 121 -
CMYK 0 0.13 0.36 0.26
HSL 37.61º 0.33% 0.61% -
HSV(B) 37.61º 0.36% 0.74% -
XYZ 37.29 38.27 23.51 -
YUV 165.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 188 163 121 0 0.13 0.36 0.26 37.61 0.33 0.61
Hex BC A3 79 0 D 24 1A 26 21 3D
Octal 274 243 171 0 15 44 32 46 41 75
Binary 10111100 10100011 1111001 0 1101 100100 11010 100110 100001 111101

Color Harmonies of #BCA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA379

Black with #BCA379

Text Example


Text Example

White with #BCA379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA379; }

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

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

background-color css

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

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

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

border-color css

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

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

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