Html Css Color HEX #BCAB7E Pavlova

📋 copy color: '#BCAB7E'

red 188 ◦ green 171 ◦ blue 126

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

Shades of Pavlova #BCAB7E

Tints of Pavlova #BCAB7E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

 BLUE value IS 126 (49.61% from 255) = 25.98%

R = 38.76%
G = 35.26%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BCAB7E (or 0xBCAB7E) is known color: Pavlova. HEX triplet: BC, AB and 7E. RGB value is (188,171,126). Sum of RGB (Red+Green+Blue) = 188+171+126=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB7E is #435481. Grayscale: #ABABAB. Windows color (decimal): -4412546 or 8301500. OLE color: 8301500.

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

Color convert

RGB 188 171 126 -
CMYK 0 0.09 0.33 0.26
HSL 43.55º 0.32% 0.62% -
HSV(B) 43.55º 0.33% 0.74% -
XYZ 39.07 41.32 25.66 -
YUV 170.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 188 171 126 0 0.09 0.33 0.26 43.55 0.32 0.62
Hex BC AB 7E 0 9 21 1A 2C 20 3E
Octal 274 253 176 0 11 41 32 54 40 76
Binary 10111100 10101011 1111110 0 1001 100001 11010 101100 100000 111110

Color Harmonies of #BCAB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB7E

Black with #BCAB7E

Text Example


Text Example

White with #BCAB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB7E; }

 p { color: rgb(188,171,126); }

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

background-color css

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

 a { background-color: rgb(188,171,126); }

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

border-color css

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

 span { border-color: rgb(188,171,126); }

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