Html Css Color HEX #BCA98A Pavlova

📋 copy color: '#BCA98A'

red 188 ◦ green 169 ◦ blue 138

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

Shades of Pavlova #BCA98A

Tints of Pavlova #BCA98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 37.98%
G = 34.14%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCA98A (or 0xBCA98A) is known color: Pavlova. HEX triplet: BC, A9 and 8A. RGB value is (188,169,138). Sum of RGB (Red+Green+Blue) = 188+169+138=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA98A is #435675. Grayscale: #ABABAB. Windows color (decimal): -4413046 or 9087420. OLE color: 9087420.

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

Color convert

RGB 188 169 138 -
CMYK 0 0.10 0.27 0.26
HSL 37.2º 0.27% 0.64% -
HSV(B) 37.2º 0.27% 0.74% -
XYZ 39.51 40.9 29.86 -
YUV 171.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 188 169 138 0 0.10 0.27 0.26 37.2 0.27 0.64
Hex BC A9 8A 0 A 1B 1A 25 1B 40
Octal 274 251 212 0 12 33 32 45 33 100
Binary 10111100 10101001 10001010 0 1010 11011 11010 100101 11011 1000000

Color Harmonies of #BCA98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA98A

Black with #BCA98A

Text Example


Text Example

White with #BCA98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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