Html Css Color HEX #BCAC81 Pavlova

📋 copy color: '#BCAC81'

red 188 ◦ green 172 ◦ blue 129

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

Shades of Pavlova #BCAC81

Tints of Pavlova #BCAC81

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.17%

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

R = 38.45%
G = 35.17%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCAC81 (or 0xBCAC81) is known color: Pavlova. HEX triplet: BC, AC and 81. RGB value is (188,172,129). Sum of RGB (Red+Green+Blue) = 188+172+129=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC81 is #43537E. Grayscale: #ACACAC. Windows color (decimal): -4412287 or 8498364. OLE color: 8498364.

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

Color convert

RGB 188 172 129 -
CMYK 0 0.09 0.31 0.26
HSL 43.73º 0.31% 0.62% -
HSV(B) 43.73º 0.31% 0.74% -
XYZ 39.45 41.78 26.75 -
YUV 171.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 188 172 129 0 0.09 0.31 0.26 43.73 0.31 0.62
Hex BC AC 81 0 9 1F 1A 2C 1F 3E
Octal 274 254 201 0 11 37 32 54 37 76
Binary 10111100 10101100 10000001 0 1001 11111 11010 101100 11111 111110

Color Harmonies of #BCAC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC81

Black with #BCAC81

Text Example


Text Example

White with #BCAC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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