Html Css Color HEX #BCA679 Pavlova

📋 copy color: '#BCA679'

red 188 ◦ green 166 ◦ blue 121

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

Shades of Pavlova #BCA679

Tints of Pavlova #BCA679

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.95%

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

R = 39.58%
G = 34.95%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCA679 (or 0xBCA679) is known color: Pavlova. HEX triplet: BC, A6 and 79. RGB value is (188,166,121). Sum of RGB (Red+Green+Blue) = 188+166+121=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA679 is #435986. Grayscale: #A7A7A7. Windows color (decimal): -4413831 or 7972540. OLE color: 7972540.

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

Color convert

RGB 188 166 121 -
CMYK 0 0.12 0.36 0.26
HSL 40.3º 0.33% 0.61% -
HSV(B) 40.3º 0.36% 0.74% -
XYZ 37.83 39.34 23.69 -
YUV 167.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 188 166 121 0 0.12 0.36 0.26 40.3 0.33 0.61
Hex BC A6 79 0 C 24 1A 28 21 3D
Octal 274 246 171 0 14 44 32 50 41 75
Binary 10111100 10100110 1111001 0 1100 100100 11010 101000 100001 111101

Color Harmonies of #BCA679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA679

Black with #BCA679

Text Example


Text Example

White with #BCA679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA679; }

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

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

background-color css

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

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

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

border-color css

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

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

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