Html Css Color HEX #BCA67F Pavlova

📋 copy color: '#BCA67F'

red 188 ◦ green 166 ◦ blue 127

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

Shades of Pavlova #BCA67F

Tints of Pavlova #BCA67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.51%

 BLUE value IS 127 (50% from 255) = 26.4%

R = 39.09%
G = 34.51%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCA67F (or 0xBCA67F) is known color: Pavlova. HEX triplet: BC, A6 and 7F. RGB value is (188,166,127). Sum of RGB (Red+Green+Blue) = 188+166+127=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA67F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA67F is #435980. Grayscale: #A8A8A8. Windows color (decimal): -4413825 or 8365756. OLE color: 8365756.

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

Color convert

RGB 188 166 127 -
CMYK 0 0.12 0.32 0.26
HSL 38.36º 0.31% 0.62% -
HSV(B) 38.36º 0.32% 0.74% -
XYZ 38.21 39.5 25.69 -
YUV 168.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 188 166 127 0 0.12 0.32 0.26 38.36 0.31 0.62
Hex BC A6 7F 0 C 20 1A 26 1F 3E
Octal 274 246 177 0 14 40 32 46 37 76
Binary 10111100 10100110 1111111 0 1100 100000 11010 100110 11111 111110

Color Harmonies of #BCA67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA67F

Black with #BCA67F

Text Example


Text Example

White with #BCA67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA67F; }

 p { color: rgb(188,166,127); }

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

background-color css

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

 a { background-color: rgb(188,166,127); }

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

border-color css

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

 span { border-color: rgb(188,166,127); }

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