Html Css Color HEX #BCAC83 Pavlova

📋 copy color: '#BCAC83'

red 188 ◦ green 172 ◦ blue 131

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

Shades of Pavlova #BCAC83

Tints of Pavlova #BCAC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

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

R = 38.29%
G = 35.03%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCAC83 (or 0xBCAC83) is known color: Pavlova. HEX triplet: BC, AC and 83. RGB value is (188,172,131). Sum of RGB (Red+Green+Blue) = 188+172+131=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC83 is #43537C. Grayscale: #ACACAC. Windows color (decimal): -4412285 or 8629436. OLE color: 8629436.

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

Color convert

RGB 188 172 131 -
CMYK 0 0.09 0.30 0.26
HSL 43.16º 0.3% 0.63% -
HSV(B) 43.16º 0.3% 0.74% -
XYZ 39.59 41.84 27.46 -
YUV 172.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 188 172 131 0 0.09 0.30 0.26 43.16 0.3 0.63
Hex BC AC 83 0 9 1E 1A 2B 1E 3F
Octal 274 254 203 0 11 36 32 53 36 77
Binary 10111100 10101100 10000011 0 1001 11110 11010 101011 11110 111111

Color Harmonies of #BCAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC83

Black with #BCAC83

Text Example


Text Example

White with #BCAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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