Html Css Color HEX #BCA883 Pavlova

📋 copy color: '#BCA883'

red 188 ◦ green 168 ◦ blue 131

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

Shades of Pavlova #BCA883

Tints of Pavlova #BCA883

RGB

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

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

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

R = 38.6%
G = 34.5%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCA883 (or 0xBCA883) is known color: Pavlova. HEX triplet: BC, A8 and 83. RGB value is (188,168,131). Sum of RGB (Red+Green+Blue) = 188+168+131=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA883 is #43577C. Grayscale: #A9A9A9. Windows color (decimal): -4413309 or 8628412. OLE color: 8628412.

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

Color convert

RGB 188 168 131 -
CMYK 0 0.11 0.30 0.26
HSL 38.95º 0.3% 0.63% -
HSV(B) 38.95º 0.3% 0.74% -
XYZ 38.84 40.34 27.21 -
YUV 169.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 188 168 131 0 0.11 0.30 0.26 38.95 0.3 0.63
Hex BC A8 83 0 B 1E 1A 27 1E 3F
Octal 274 250 203 0 13 36 32 47 36 77
Binary 10111100 10101000 10000011 0 1011 11110 11010 100111 11110 111111

Color Harmonies of #BCA883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA883

Black with #BCA883

Text Example


Text Example

White with #BCA883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA883; }

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

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

background-color css

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

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

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

border-color css

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

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

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