Html Css Color HEX #BCAA83 Pavlova

📋 copy color: '#BCAA83'

red 188 ◦ green 170 ◦ blue 131

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

Shades of Pavlova #BCAA83

Tints of Pavlova #BCAA83

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.76%

 BLUE value IS 131 (51.56% from 255) = 26.79%

R = 38.45%
G = 34.76%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCAA83 (or 0xBCAA83) is known color: Pavlova. HEX triplet: BC, AA and 83. RGB value is (188,170,131). Sum of RGB (Red+Green+Blue) = 188+170+131=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA83 is #43557C. Grayscale: #ABABAB. Windows color (decimal): -4412797 or 8628924. OLE color: 8628924.

HSL color Cylindrical-coordinate representation of color #BCAA83: hue angle of 41.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCAA83 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 131 -
CMYK 0 0.10 0.30 0.26
HSL 41.05º 0.3% 0.63% -
HSV(B) 41.05º 0.3% 0.74% -
XYZ 39.21 41.08 27.34 -
YUV 170.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 188 170 131 0 0.10 0.30 0.26 41.05 0.3 0.63
Hex BC AA 83 0 A 1E 1A 29 1E 3F
Octal 274 252 203 0 12 36 32 51 36 77
Binary 10111100 10101010 10000011 0 1010 11110 11010 101001 11110 111111

Color Harmonies of #BCAA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA83

Black with #BCAA83

Text Example


Text Example

White with #BCAA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA83; }

 p { color: rgb(188,170,131); }

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

background-color css

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

 a { background-color: rgb(188,170,131); }

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

border-color css

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

 span { border-color: rgb(188,170,131); }

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