Html Css Color HEX #BCA881 Pavlova

📋 copy color: '#BCA881'

red 188 ◦ green 168 ◦ blue 129

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

Shades of Pavlova #BCA881

Tints of Pavlova #BCA881

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.64%

 BLUE value IS 129 (50.78% from 255) = 26.6%

R = 38.76%
G = 34.64%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCA881 (or 0xBCA881) is known color: Pavlova. HEX triplet: BC, A8 and 81. RGB value is (188,168,129). Sum of RGB (Red+Green+Blue) = 188+168+129=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA881 is #43577E. Grayscale: #A9A9A9. Windows color (decimal): -4413311 or 8497340. OLE color: 8497340.

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

Color convert

RGB 188 168 129 -
CMYK 0 0.11 0.31 0.26
HSL 39.66º 0.31% 0.62% -
HSV(B) 39.66º 0.31% 0.74% -
XYZ 38.7 40.28 26.5 -
YUV 169.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 188 168 129 0 0.11 0.31 0.26 39.66 0.31 0.62
Hex BC A8 81 0 B 1F 1A 28 1F 3E
Octal 274 250 201 0 13 37 32 50 37 76
Binary 10111100 10101000 10000001 0 1011 11111 11010 101000 11111 111110

Color Harmonies of #BCA881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA881

Black with #BCA881

Text Example


Text Example

White with #BCA881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA881; }

 p { color: rgb(188,168,129); }

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

background-color css

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

 a { background-color: rgb(188,168,129); }

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

border-color css

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

 span { border-color: rgb(188,168,129); }

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