Html Css Color HEX #BCA983 Pavlova

📋 copy color: '#BCA983'

red 188 ◦ green 169 ◦ blue 131

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

Shades of Pavlova #BCA983

Tints of Pavlova #BCA983

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.63%

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

R = 38.52%
G = 34.63%
B = 26.84%

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

#BCA983 (or 0xBCA983) is known color: Pavlova. HEX triplet: BC, A9 and 83. RGB value is (188,169,131). Sum of RGB (Red+Green+Blue) = 188+169+131=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA983 is #43567C. Grayscale: #AAAAAA. Windows color (decimal): -4413053 or 8628668. OLE color: 8628668.

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

Color convert

RGB 188 169 131 -
CMYK 0 0.10 0.30 0.26
HSL 40º 0.3% 0.63% -
HSV(B) 40º 0.3% 0.74% -
XYZ 39.02 40.71 27.27 -
YUV 170.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 188 169 131 0 0.10 0.30 0.26 40 0.3 0.63
Hex BC A9 83 0 A 1E 1A 28 1E 3F
Octal 274 251 203 0 12 36 32 50 36 77
Binary 10111100 10101001 10000011 0 1010 11110 11010 101000 11110 111111

Color Harmonies of #BCA983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA983

Black with #BCA983

Text Example


Text Example

White with #BCA983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA983; }

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

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

background-color css

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

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

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

border-color css

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

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

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