Html Css Color HEX #BCA88B Pavlova

📋 copy color: '#BCA88B'

red 188 ◦ green 168 ◦ blue 139

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

Shades of Pavlova #BCA88B

Tints of Pavlova #BCA88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 37.98%
G = 33.94%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCA88B (or 0xBCA88B) is known color: Pavlova. HEX triplet: BC, A8 and 8B. RGB value is (188,168,139). Sum of RGB (Red+Green+Blue) = 188+168+139=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA88B is #435774. Grayscale: #AAAAAA. Windows color (decimal): -4413301 or 9152700. OLE color: 9152700.

HSL color Cylindrical-coordinate representation of color #BCA88B: hue angle of 35.51º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA88B is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 139 -
CMYK 0 0.11 0.26 0.26
HSL 35.51º 0.27% 0.64% -
HSV(B) 35.51º 0.26% 0.74% -
XYZ 39.4 40.56 30.18 -
YUV 170.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 188 168 139 0 0.11 0.26 0.26 35.51 0.27 0.64
Hex BC A8 8B 0 B 1A 1A 24 1B 40
Octal 274 250 213 0 13 32 32 44 33 100
Binary 10111100 10101000 10001011 0 1011 11010 11010 100100 11011 1000000

Color Harmonies of #BCA88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA88B

Black with #BCA88B

Text Example


Text Example

White with #BCA88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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