Html Css Color HEX #BCA78E Pavlova

📋 copy color: '#BCA78E'

red 188 ◦ green 167 ◦ blue 142

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

Shades of Pavlova #BCA78E

Tints of Pavlova #BCA78E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.6%

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 37.83%
G = 33.6%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BCA78E (or 0xBCA78E) is known color: Pavlova. HEX triplet: BC, A7 and 8E. RGB value is (188,167,142). Sum of RGB (Red+Green+Blue) = 188+167+142=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA78E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA78E is #435871. Grayscale: #AAAAAA. Windows color (decimal): -4413554 or 9349052. OLE color: 9349052.

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

Color convert

RGB 188 167 142 -
CMYK 0 0.11 0.24 0.26
HSL 32.61º 0.26% 0.65% -
HSV(B) 32.61º 0.24% 0.74% -
XYZ 39.44 40.28 31.29 -
YUV 170.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 188 167 142 0 0.11 0.24 0.26 32.61 0.26 0.65
Hex BC A7 8E 0 B 18 1A 21 1A 41
Octal 274 247 216 0 13 30 32 41 32 101
Binary 10111100 10100111 10001110 0 1011 11000 11010 100001 11010 1000001

Color Harmonies of #BCA78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA78E

Black with #BCA78E

Text Example


Text Example

White with #BCA78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA78E; }

 p { color: rgb(188,167,142); }

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

background-color css

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

 a { background-color: rgb(188,167,142); }

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

border-color css

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

 span { border-color: rgb(188,167,142); }

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