Html Css Color HEX #BCA779 Pavlova

📋 copy color: '#BCA779'

red 188 ◦ green 167 ◦ blue 121

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

Shades of Pavlova #BCA779

Tints of Pavlova #BCA779

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.08%

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

R = 39.5%
G = 35.08%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCA779 (or 0xBCA779) is known color: Pavlova. HEX triplet: BC, A7 and 79. RGB value is (188,167,121). Sum of RGB (Red+Green+Blue) = 188+167+121=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA779 is #435886. Grayscale: #A8A8A8. Windows color (decimal): -4413575 or 7972796. OLE color: 7972796.

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

Color convert

RGB 188 167 121 -
CMYK 0 0.11 0.36 0.26
HSL 41.19º 0.33% 0.61% -
HSV(B) 41.19º 0.36% 0.74% -
XYZ 38.01 39.71 23.75 -
YUV 168.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 188 167 121 0 0.11 0.36 0.26 41.19 0.33 0.61
Hex BC A7 79 0 B 24 1A 29 21 3D
Octal 274 247 171 0 13 44 32 51 41 75
Binary 10111100 10100111 1111001 0 1011 100100 11010 101001 100001 111101

Color Harmonies of #BCA779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA779

Black with #BCA779

Text Example


Text Example

White with #BCA779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA779; }

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

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

background-color css

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

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

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

border-color css

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

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

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