Html Css Color HEX #BCAA7D Pavlova

📋 copy color: '#BCAA7D'

red 188 ◦ green 170 ◦ blue 125

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

Shades of Pavlova #BCAA7D

Tints of Pavlova #BCAA7D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 38.92%
G = 35.2%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCAA7D (or 0xBCAA7D) is known color: Pavlova. HEX triplet: BC, AA and 7D. RGB value is (188,170,125). Sum of RGB (Red+Green+Blue) = 188+170+125=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA7D is #435582. Grayscale: #AAAAAA. Windows color (decimal): -4412803 or 8235708. OLE color: 8235708.

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

Color convert

RGB 188 170 125 -
CMYK 0 0.10 0.34 0.26
HSL 42.86º 0.32% 0.61% -
HSV(B) 42.86º 0.34% 0.74% -
XYZ 38.82 40.92 25.25 -
YUV 170.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 188 170 125 0 0.10 0.34 0.26 42.86 0.32 0.61
Hex BC AA 7D 0 A 22 1A 2B 20 3D
Octal 274 252 175 0 12 42 32 53 40 75
Binary 10111100 10101010 1111101 0 1010 100010 11010 101011 100000 111101

Color Harmonies of #BCAA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA7D

Black with #BCAA7D

Text Example


Text Example

White with #BCAA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA7D; }

 p { color: rgb(188,170,125); }

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

background-color css

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

 a { background-color: rgb(188,170,125); }

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

border-color css

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

 span { border-color: rgb(188,170,125); }

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