Html Css Color HEX #BCA482 Pavlova

📋 copy color: '#BCA482'

red 188 ◦ green 164 ◦ blue 130

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

Shades of Pavlova #BCA482

Tints of Pavlova #BCA482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 39%
G = 34.02%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCA482 (or 0xBCA482) is known color: Pavlova. HEX triplet: BC, A4 and 82. RGB value is (188,164,130). Sum of RGB (Red+Green+Blue) = 188+164+130=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA482 is #435B7D. Grayscale: #A7A7A7. Windows color (decimal): -4414334 or 8561852. OLE color: 8561852.

HSL color Cylindrical-coordinate representation of color #BCA482: hue angle of 35.17º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCA482 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 164 130 -
CMYK 0 0.13 0.31 0.26
HSL 35.17º 0.3% 0.62% -
HSV(B) 35.17º 0.31% 0.74% -
XYZ 38.04 38.85 26.61 -
YUV 167.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 188 164 130 0 0.13 0.31 0.26 35.17 0.3 0.62
Hex BC A4 82 0 D 1F 1A 23 1E 3E
Octal 274 244 202 0 15 37 32 43 36 76
Binary 10111100 10100100 10000010 0 1101 11111 11010 100011 11110 111110

Color Harmonies of #BCA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA482

Black with #BCA482

Text Example


Text Example

White with #BCA482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA482; }

 p { color: rgb(188,164,130); }

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

background-color css

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

 a { background-color: rgb(188,164,130); }

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

border-color css

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

 span { border-color: rgb(188,164,130); }

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