Html Css Color HEX #BCAB7F Pavlova

📋 copy color: '#BCAB7F'

red 188 ◦ green 171 ◦ blue 127

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

Shades of Pavlova #BCAB7F

Tints of Pavlova #BCAB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.13%

R = 38.68%
G = 35.19%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCAB7F (or 0xBCAB7F) is known color: Pavlova. HEX triplet: BC, AB and 7F. RGB value is (188,171,127). Sum of RGB (Red+Green+Blue) = 188+171+127=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB7F is #435480. Grayscale: #ABABAB. Windows color (decimal): -4412545 or 8367036. OLE color: 8367036.

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

Color convert

RGB 188 171 127 -
CMYK 0 0.09 0.32 0.26
HSL 43.28º 0.31% 0.62% -
HSV(B) 43.28º 0.32% 0.74% -
XYZ 39.13 41.35 26 -
YUV 171.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 188 171 127 0 0.09 0.32 0.26 43.28 0.31 0.62
Hex BC AB 7F 0 9 20 1A 2B 1F 3E
Octal 274 253 177 0 11 40 32 53 37 76
Binary 10111100 10101011 1111111 0 1001 100000 11010 101011 11111 111110

Color Harmonies of #BCAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB7F

Black with #BCAB7F

Text Example


Text Example

White with #BCAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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