Html Css Color HEX #BCA581 Pavlova

📋 copy color: '#BCA581'

red 188 ◦ green 165 ◦ blue 129

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

Shades of Pavlova #BCA581

Tints of Pavlova #BCA581

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

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

R = 39%
G = 34.23%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCA581 (or 0xBCA581) is known color: Pavlova. HEX triplet: BC, A5 and 81. RGB value is (188,165,129). Sum of RGB (Red+Green+Blue) = 188+165+129=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA581 is #435A7E. Grayscale: #A7A7A7. Windows color (decimal): -4414079 or 8496572. OLE color: 8496572.

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

Color convert

RGB 188 165 129 -
CMYK 0 0.12 0.31 0.26
HSL 36.61º 0.31% 0.62% -
HSV(B) 36.61º 0.31% 0.74% -
XYZ 38.16 39.19 26.32 -
YUV 167.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 188 165 129 0 0.12 0.31 0.26 36.61 0.31 0.62
Hex BC A5 81 0 C 1F 1A 25 1F 3E
Octal 274 245 201 0 14 37 32 45 37 76
Binary 10111100 10100101 10000001 0 1100 11111 11010 100101 11111 111110

Color Harmonies of #BCA581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA581

Black with #BCA581

Text Example


Text Example

White with #BCA581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA581; }

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

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

background-color css

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

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

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

border-color css

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

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

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